#DCA197

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

Shades of Rose #DCA197

Tints of Rose #DCA197

Color information

#DCA197 (or 0xDCA197) is unknown color: approx Rose. HEX triplet: DC, A1 and 97. RGB value is (220,161,151). Sum of RGB (Red+Green+Blue) = 220+161+151=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA197 is #235E68. Grayscale: #B1B1B1. Windows color (decimal): -2317929 or 9937372. OLE color: 9937372.

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

Color convert

RGB220161151-
CMYK00.270.310.14
HSL8.7º49.64%72.75%-
HSV(B)8.7º31.36%86.27%-
XYZ47.8542.9435.04-
YUV177.5113.05158.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=41.35%
G=30.26%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016115100.270.310.148.749.6472.75
HexDCA19701B1FE93249
Octal33424122703337161162111
Binary11011100101000011001011101101111111111010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA197; }

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

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

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

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

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

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

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

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