#D0A497

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

Shades of Rose #D0A497

Tints of Rose #D0A497

Color information

#D0A497 (or 0xD0A497) is unknown color: approx Rose. HEX triplet: D0, A4 and 97. RGB value is (208,164,151). Sum of RGB (Red+Green+Blue) = 208+164+151=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A497 is #2F5B68. Grayscale: #AFAFAF. Windows color (decimal): -3103593 or 9938128. OLE color: 9938128.

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

Color convert

RGB208164151-
CMYK00.210.270.18
HSL13.68º37.75%70.39%-
HSV(B)13.68º27.4%81.57%-
XYZ44.8742.235.06-
YUV175.67114.08151.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=39.77%
G=31.36%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816415100.210.270.1813.6837.7570.39
HexD0A4970151B12e2646
Octal32024422702533221646106
Binary110100001010010010010111010101110111001011101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A497; }

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

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

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

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

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

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

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

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