#DCA296

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

Shades of Rose #DCA296

Tints of Rose #DCA296

Color information

#DCA296 (or 0xDCA296) is unknown color: approx Rose. HEX triplet: DC, A2 and 96. RGB value is (220,162,150). Sum of RGB (Red+Green+Blue) = 220+162+150=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA296 is #235D69. Grayscale: #B2B2B2. Windows color (decimal): -2317674 or 9872092. OLE color: 9872092.

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

Color convert

RGB220162150-
CMYK00.260.320.14
HSL10.29º50%72.55%-
HSV(B)10.29º31.82%86.27%-
XYZ47.9443.2634.68-
YUV177.97112.22157.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=41.35%
G=30.45%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016215000.260.320.1410.295072.55
HexDCA29601A20Ea3249
Octal33424222603240161262111
Binary110111001010001010010110011010100000111010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA296; }

 p { color: rgb(220,162,150); }

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

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

 a { background-color: rgb(220,162,150); }

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

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

 span { border-color: rgb(220,162,150); }

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