Html Css Color HEX #D9A08D Rose

📋 copy color: '#D9A08D'

red 217 ◦ green 160 ◦ blue 141

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

Shades of Rose #D9A08D

Tints of Rose #D9A08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 41.89%
G = 30.89%
B = 27.22%

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

#D9A08D (or 0xD9A08D) is known color: Rose. HEX triplet: D9, A0 and 8D. RGB value is (217,160,141). Sum of RGB (Red+Green+Blue) = 217+160+141=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A08D is #265F72. Grayscale: #AFAFAF. Windows color (decimal): -2514803 or 9281753. OLE color: 9281753.

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

Color convert

RGB 217 160 141 -
CMYK 0 0.26 0.35 0.15
HSL 15º 0.5% 0.7% -
HSV(B) 15º 0.35% 0.85% -
XYZ 45.99 41.82 30.85 -
YUV 174.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 217 160 141 0 0.26 0.35 0.15 15 0.5 0.7
Hex D9 A0 8D 0 1A 23 F F 32 46
Octal 331 240 215 0 32 43 17 17 62 106
Binary 11011001 10100000 10001101 0 11010 100011 1111 1111 110010 1000110

Color Harmonies of #D9A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A08D

Black with #D9A08D

Text Example


Text Example

White with #D9A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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