Html Css Color HEX #D9A08A Rose

📋 copy color: '#D9A08A'

red 217 ◦ green 160 ◦ blue 138

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

Shades of Rose #D9A08A

Tints of Rose #D9A08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.8%

R = 42.14%
G = 31.07%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9A08A (or 0xD9A08A) is known color: Rose. HEX triplet: D9, A0 and 8A. RGB value is (217,160,138). Sum of RGB (Red+Green+Blue) = 217+160+138=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A08A is #265F75. Grayscale: #AEAEAE. Windows color (decimal): -2514806 or 9085145. OLE color: 9085145.

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

Color convert

RGB 217 160 138 -
CMYK 0 0.26 0.36 0.15
HSL 16.71º 0.51% 0.7% -
HSV(B) 16.71º 0.36% 0.85% -
XYZ 45.77 41.73 29.69 -
YUV 174.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 217 160 138 0 0.26 0.36 0.15 16.71 0.51 0.7
Hex D9 A0 8A 0 1A 24 F 11 33 46
Octal 331 240 212 0 32 44 17 21 63 106
Binary 11011001 10100000 10001010 0 11010 100100 1111 10001 110011 1000110

Color Harmonies of #D9A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A08A

Black with #D9A08A

Text Example


Text Example

White with #D9A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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