Html Css Color HEX #D9A08E Rose

📋 copy color: '#D9A08E'

red 217 ◦ green 160 ◦ blue 142

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

Shades of Rose #D9A08E

Tints of Rose #D9A08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.36%

R = 41.81%
G = 30.83%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9A08E (or 0xD9A08E) is known color: Rose. HEX triplet: D9, A0 and 8E. RGB value is (217,160,142). Sum of RGB (Red+Green+Blue) = 217+160+142=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A08E is #265F71. Grayscale: #AFAFAF. Windows color (decimal): -2514802 or 9347289. OLE color: 9347289.

HSL color Cylindrical-coordinate representation of color #D9A08E: hue angle of 14.4º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9A08E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 142 -
CMYK 0 0.26 0.35 0.15
HSL 14.4º 0.5% 0.7% -
HSV(B) 14.4º 0.35% 0.85% -
XYZ 46.07 41.85 31.24 -
YUV 174.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 217 160 142 0 0.26 0.35 0.15 14.4 0.5 0.7
Hex D9 A0 8E 0 1A 23 F E 32 46
Octal 331 240 216 0 32 43 17 16 62 106
Binary 11011001 10100000 10001110 0 11010 100011 1111 1110 110010 1000110

Color Harmonies of #D9A08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A08E

Black with #D9A08E

Text Example


Text Example

White with #D9A08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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