#DCA797

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

Shades of Rose #DCA797

Tints of Rose #DCA797

Color information

#DCA797 (or 0xDCA797) is unknown color: approx Rose. HEX triplet: DC, A7 and 97. RGB value is (220,167,151). Sum of RGB (Red+Green+Blue) = 220+167+151=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA797 is #235868. Grayscale: #B5B5B5. Windows color (decimal): -2316393 or 9938908. OLE color: 9938908.

HSL color Cylindrical-coordinate representation of color #DCA797: hue angle of 13.91º 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 #DCA797 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220167151-
CMYK00.240.310.14
HSL13.91º49.64%72.75%-
HSV(B)13.91º31.36%86.27%-
XYZ48.9245.0935.4-
YUV181.02111.06155.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 151 (59.38% from 255) = 28.07%
R=40.89%
G=31.04%
B=28.07%

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
Decimal22016715100.240.310.1413.9149.6472.75
HexDCA7970181FEe3249
Octal33424722703037161662111
Binary11011100101001111001011101100011111111011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA797; }

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

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

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

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

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

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

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

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