#DCA096

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

Shades of Rose #DCA096

Tints of Rose #DCA096

Color information

#DCA096 (or 0xDCA096) is unknown color: approx Rose. HEX triplet: DC, A0 and 96. RGB value is (220,160,150). Sum of RGB (Red+Green+Blue) = 220+160+150=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA096 is #235F69. Grayscale: #B0B0B0. Windows color (decimal): -2318186 or 9871580. OLE color: 9871580.

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

Color convert

RGB220160150-
CMYK00.270.320.14
HSL8.57º50%72.55%-
HSV(B)8.57º31.82%86.27%-
XYZ47.5942.5634.56-
YUV176.8112.88158.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=41.51%
G=30.19%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016015000.270.320.148.575072.55
HexDCA09601B20E93249
Octal33424022603340161162111
Binary110111001010000010010110011011100000111010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA096; }

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

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

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

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

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

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

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

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