COLOR #D1A59B

HEX: #D1A59B
RGB: (209,165,155)

Renk bilgisi

#D1A59B contains red, green and blue colors in about the same proportion. #D1A59B ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#D1A59B color RGB value is (209,165,155).

  • kırmız ton 209;
  • yeşil ton 165;
  • mavi ton 155.
RGB:
(209,165,155)
(82%,65%,61%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 165 of 255 = 65%
B 155 of 255 = 61%

209
165
155

R + G + B ~ 69%. #D1A59B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 165 + 155 = 529 (100%)
R 209 of 529 ~ 39.51%
G 165 of 529 ~ 31.19%
B 155 of 529 ~ 29.3%

%39.51
%31.19
%29.3

CMYK RENK MODELİ

#D1A59B rengi CMYK tonu (0,21,26,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.05%
  • sarı tonu 25.84%
  • ana renk tonu 18.04%
CMYK:
(0,21,26,18)
C0M21Y26K18 
(0%,21%,26%,18%)
(0.00/0.21/0.26/0.18)	

CMYK yüzdeleri

%0
%21.05
%25.84
%18.04

Codes

Color #D1A59B in popluar color models

D1A59B
RGB209165155
HSL11°36.99%71.37%
HSB/HSV11°25.84%81.96%
CMYK0.00%21.05%25.84%
18.04%

Color #D1A59B in popluar number systems.

HEXD1A59B
Decimal209165155
Binary110100011010010110011011
Octal321245233

Shades and tints

Shades of #D1A59B

#D1A59B
(209,165,155)
#BE968D
(190,150,141)
#AB877F
(171,135,127)
#987871
(152,120,113)
#856963
(133,105,99)
#725A55
(114,90,85)
#5F4B47
(95,75,71)
#4C3C39
(76,60,57)
#392D2B
(57,45,43)
#261E1D
(38,30,29)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #D1A59B

#D1A59B
(209,165,155)
#D5ADA4
(213,173,164)
#D9B5AD
(217,181,173)
#DDBDB6
(221,189,182)
#E1C5BF
(225,197,191)
#E5CDC8
(229,205,200)
#E9D5D1
(233,213,209)
#EDDDDA
(237,221,218)
#F1E5E3
(241,229,227)
#F5EDEC
(245,237,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A59B color. Also use rgb(209,165,155) instead hex code.

Text Font Color

.myTextColor { color: #D1A59B; }

<p style="color:#D1A59B">This sample text font color is #D1A59B.</p>

This text font color is #D1A59B.


Background Color

.myBgColor { background-color: #D1A59B; }

<div style="background-color:#D1A59B">Inner text</div>

This div background color is #D1A59B.


Border color

.myBorderColor { border: 1px solid #D1A59B; }

<div style="border:3px solid #D1A59B">Div</div>

This div border color is #D1A59B.


Opacity

.myOpacity80 { color: #D1A59B; opacity: 0.8; }

<p style="color:#D1A59B;opacity:0.8;">80%</p>

Text with #D1A59B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D1A59B;}

<p style="text-shadow: 3px 3px 1px #D1A59B">Text here.</p>

This text has shadow with #D1A59B color.

.textShadow {text-shadow: 3px 3px 1px #D1A59B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D1A59B, 5px 5px 20px red">Text here.</p>

This text has shadow with #D1A59B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1A59B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D1A59B, Direction=45, Strength=4)">Text</p>

This text has shadow with #D1A59B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D1A59B;
  -webkit-box-shadow:	1px 1px 3px 2px #D1A59B;
  box-shadow:		1px 1px 3px 2px #D1A59B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D1A59B;
-webkit-box-shadow: 1px 1px 3px 2px #D1A59B;
box-shadow:1px 1px 3px 2px #D1A59B;">
Div content here</div>
This div box has shadow with color #D1A59B.

Preview

Color preview on black background

This text has color #D1A59B on black background.


Color preview on white background

This text has color #D1A59B on white background.



Black color preview on #D1A59B background

This text has black color on #D1A59B background.


White color preview on #D1A59B background

This text has white color on #D1A59B background.