#D0A697

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

Shades of Rose #D0A697

Tints of Rose #D0A697

Color information

#D0A697 (or 0xD0A697) is unknown color: approx Rose. HEX triplet: D0, A6 and 97. RGB value is (208,166,151). Sum of RGB (Red+Green+Blue) = 208+166+151=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A697 is #2F5968. Grayscale: #B0B0B0. Windows color (decimal): -3103081 or 9938640. OLE color: 9938640.

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

Color convert

RGB208166151-
CMYK00.200.270.18
HSL15.79º37.75%70.39%-
HSV(B)15.79º27.4%81.57%-
XYZ45.2342.9235.18-
YUV176.85113.41150.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=39.62%
G=31.62%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816615100.200.270.1815.7937.7570.39
HexD0A6970141B12102646
Octal32024622702433222046106
Binary1101000010100110100101110101001101110010100001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A697; }

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

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

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

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

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

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

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

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