#D9A08B

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

Shades of Rose #D9A08B

Tints of Rose #D9A08B

Color information

#D9A08B (or 0xD9A08B) is unknown color: approx Rose. HEX triplet: D9, A0 and 8B. RGB value is (217,160,139). Sum of RGB (Red+Green+Blue) = 217+160+139=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A08B is #265F74. Grayscale: #AEAEAE. Windows color (decimal): -2514805 or 9150681. OLE color: 9150681.

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

Color convert

RGB217160139-
CMYK00.260.360.15
HSL16.15º50.65%69.8%-
HSV(B)16.15º35.94%85.1%-
XYZ45.8541.7630.07-
YUV174.65107.88158.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=42.05%
G=31.01%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716013900.260.360.1516.1550.6569.8
HexD9A08B01A24F103346
Octal33124021303244172063106
Binary1101100110100000100010110110101001001111100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A08B; }

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

 H1.HeaderClassName
 {
   color: #D9A08B;
 }
 .AnyTagClassName
 {
   color: #D9A08B;
 }
</style>
background-color css

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

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

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

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

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

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