Html Css Color HEX #D9A09B Rose

📋 copy color: '#D9A09B'

red 217 ◦ green 160 ◦ blue 155

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

Shades of Rose #D9A09B

Tints of Rose #D9A09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.08%

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

R = 40.79%
G = 30.08%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9A09B (or 0xD9A09B) is known color: Rose. HEX triplet: D9, A0 and 9B. RGB value is (217,160,155). Sum of RGB (Red+Green+Blue) = 217+160+155=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A09B is #265F64. Grayscale: #B0B0B0. Windows color (decimal): -2514789 or 10199257. OLE color: 10199257.

HSL color Cylindrical-coordinate representation of color #D9A09B: hue angle of 4.84º 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 #D9A09B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 155 -
CMYK 0 0.26 0.29 0.15
HSL 4.84º 0.45% 0.73% -
HSV(B) 4.84º 0.29% 0.85% -
XYZ 47.1 42.26 36.68 -
YUV 176.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 217 160 155 0 0.26 0.29 0.15 4.84 0.45 0.73
Hex D9 A0 9B 0 1A 1D F 5 2D 49
Octal 331 240 233 0 32 35 17 5 55 111
Binary 11011001 10100000 10011011 0 11010 11101 1111 101 101101 1001001

Color Harmonies of #D9A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A09B

Black with #D9A09B

Text Example


Text Example

White with #D9A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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