#D0A097

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

Shades of Rose #D0A097

Tints of Rose #D0A097

Color information

#D0A097 (or 0xD0A097) is unknown color: approx Rose. HEX triplet: D0, A0 and 97. RGB value is (208,160,151). Sum of RGB (Red+Green+Blue) = 208+160+151=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A097 is #2F5F68. Grayscale: #ADADAD. Windows color (decimal): -3104617 or 9937104. OLE color: 9937104.

HSL color Cylindrical-coordinate representation of color #D0A097: hue angle of 9.47º 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 #D0A097 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB208160151-
CMYK00.230.270.18
HSL9.47º37.75%70.39%-
HSV(B)9.47º27.4%81.57%-
XYZ44.1740.7934.82-
YUV173.33115.4152.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=40.08%
G=30.83%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816015100.230.270.189.4737.7570.39
HexD0A0970171B1292646
Octal32024022702733221146106
Binary110100001010000010010111010111110111001010011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A097; }

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

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

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

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

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

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

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

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