#D9A08D

Color #D9A08D Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #D9A08D

Tints of Rose #D9A08D

Color information

#D9A08D (or 0xD9A08D) is unknown color: approx 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

RGB217160141-
CMYK00.260.350.15
HSL15º50%70.2%-
HSV(B)15º35.02%85.1%-
XYZ45.9941.8230.85-
YUV174.88108.88158.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716014100.260.350.15155070.2
HexD9A08D01A23Ff3246
Octal33124021503243171762106
Binary110110011010000010001101011010100011111111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>