Html Css Color HEX #D9A99B Rose

📋 copy color: '#D9A99B'

red 217 ◦ green 169 ◦ blue 155

#D9A99B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #D9A99B

Tints of Rose #D9A99B

RGB

 RED value IS 217 (85.16% from 255) = 40.11%

 GREEN value IS 169 (66.41% from 255) = 31.24%

 BLUE value IS 155 (60.94% from 255) = 28.65%

R = 40.11%
G = 31.24%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9A99B (or 0xD9A99B) is known color: Rose. HEX triplet: D9, A9 and 9B. RGB value is (217,169,155). Sum of RGB (Red+Green+Blue) = 217+169+155=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A99B is #265664. Grayscale: #B5B5B5. Windows color (decimal): -2512485 or 10201561. OLE color: 10201561.

HSL color Cylindrical-coordinate representation of color #D9A99B: hue angle of 13.55º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9A99B is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 155 -
CMYK 0 0.22 0.29 0.15
HSL 13.55º 0.45% 0.73% -
HSV(B) 13.55º 0.29% 0.85% -
XYZ 48.72 45.49 37.22 -
YUV 181.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 217 169 155 0 0.22 0.29 0.15 13.55 0.45 0.73
Hex D9 A9 9B 0 16 1D F E 2D 49
Octal 331 251 233 0 26 35 17 16 55 111
Binary 11011001 10101001 10011011 0 10110 11101 1111 1110 101101 1001001

Color Harmonies of #D9A99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A99B

Black with #D9A99B

Text Example


Text Example

White with #D9A99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A99B; }

 p { color: rgb(217,169,155); }

 H1.HeaderClassName
 {
   color: #D9A99B;
 }
 .AnyTagClassName
 {
   color: #D9A99B;
 }
</style>

background-color css

<style>
 a { background-color: #D9A99B; }

 a { background-color: rgb(217,169,155); }

 div.DivClassName
 {
   background-color: #D9A99B;
 }
 .BgClassName
 {
   background-color: #D9A99B;
 }
</style>

border-color css

<style>
 span { border-color: #D9A99B; }

 span { border-color: rgb(217,169,155); }

 td.TdClassName
 {
   border-color: #D9A99B;
 }
 .TagClassName
 {
   border-color: #D9A99B;
 }
</style>