Html Css Color HEX #D9A08F Rose

📋 copy color: '#D9A08F'

red 217 ◦ green 160 ◦ blue 143

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

Shades of Rose #D9A08F

Tints of Rose #D9A08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.5%

R = 41.73%
G = 30.77%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9A08F (or 0xD9A08F) is known color: Rose. HEX triplet: D9, A0 and 8F. RGB value is (217,160,143). Sum of RGB (Red+Green+Blue) = 217+160+143=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A08F is #265F70. Grayscale: #AFAFAF. Windows color (decimal): -2514801 or 9412825. OLE color: 9412825.

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

Color convert

RGB 217 160 143 -
CMYK 0 0.26 0.34 0.15
HSL 13.78º 0.49% 0.71% -
HSV(B) 13.78º 0.34% 0.85% -
XYZ 46.14 41.88 31.64 -
YUV 175.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 217 160 143 0 0.26 0.34 0.15 13.78 0.49 0.71
Hex D9 A0 8F 0 1A 22 F E 31 47
Octal 331 240 217 0 32 42 17 16 61 107
Binary 11011001 10100000 10001111 0 11010 100010 1111 1110 110001 1000111

Color Harmonies of #D9A08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A08F

Black with #D9A08F

Text Example


Text Example

White with #D9A08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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