#D0A997

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

Shades of Rose #D0A997

Tints of Rose #D0A997

Color information

#D0A997 (or 0xD0A997) is unknown color: approx Rose. HEX triplet: D0, A9 and 97. RGB value is (208,169,151). Sum of RGB (Red+Green+Blue) = 208+169+151=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A997 is #2F5668. Grayscale: #B2B2B2. Windows color (decimal): -3102313 or 9939408. OLE color: 9939408.

HSL color Cylindrical-coordinate representation of color #D0A997: hue angle of 18.95º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0A997 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB208169151-
CMYK00.190.270.18
HSL18.95º37.75%70.39%-
HSV(B)18.95º27.4%81.57%-
XYZ45.7944.0235.36-
YUV178.61112.42148.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=39.39%
G=32.01%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816915100.190.270.1818.9537.7570.39
HexD0A9970131B12132646
Octal32025122702333222346106
Binary1101000010101001100101110100111101110010100111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A997; }

 p { color: rgb(208,169,151); }

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

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

 a { background-color: rgb(208,169,151); }

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

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

 span { border-color: rgb(208,169,151); }

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