#D0A197

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

Shades of Rose #D0A197

Tints of Rose #D0A197

Color information

#D0A197 (or 0xD0A197) is unknown color: approx Rose. HEX triplet: D0, A1 and 97. RGB value is (208,161,151). Sum of RGB (Red+Green+Blue) = 208+161+151=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A197 is #2F5E68. Grayscale: #AEAEAE. Windows color (decimal): -3104361 or 9937360. OLE color: 9937360.

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

Color convert

RGB208161151-
CMYK00.230.270.18
HSL10.53º37.75%70.39%-
HSV(B)10.53º27.4%81.57%-
XYZ44.3441.1334.88-
YUV173.91115.07152.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=40%
G=30.96%
B=29.04%

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
Decimal20816115100.230.270.1810.5337.7570.39
HexD0A1970171B12b2646
Octal32024122702733221346106
Binary110100001010000110010111010111110111001010111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A197; }

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

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

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

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

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

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

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

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