#DCA897

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

Shades of Rose #DCA897

Tints of Rose #DCA897

Color information

#DCA897 (or 0xDCA897) is unknown color: approx Rose. HEX triplet: DC, A8 and 97. RGB value is (220,168,151). Sum of RGB (Red+Green+Blue) = 220+168+151=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA897 is #235768. Grayscale: #B5B5B5. Windows color (decimal): -2316137 or 9939164. OLE color: 9939164.

HSL color Cylindrical-coordinate representation of color #DCA897: hue angle of 14.78º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA897 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220168151-
CMYK00.240.310.14
HSL14.78º49.64%72.75%-
HSV(B)14.78º31.36%86.27%-
XYZ49.145.4635.46-
YUV181.61110.73155.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 151 (59.38% from 255) = 28.01%
R=40.82%
G=31.17%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016815100.240.310.1414.7849.6472.75
HexDCA8970181FEf3249
Octal33425022703037161762111
Binary11011100101010001001011101100011111111011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA897; }

 p { color: rgb(220,168,151); }

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

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

 a { background-color: rgb(220,168,151); }

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

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

 span { border-color: rgb(220,168,151); }

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