#DCA996

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

Shades of Rose #DCA996

Tints of Rose #DCA996

Color information

#DCA996 (or 0xDCA996) is unknown color: approx Rose. HEX triplet: DC, A9 and 96. RGB value is (220,169,150). Sum of RGB (Red+Green+Blue) = 220+169+150=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA996 is #235669. Grayscale: #B6B6B6. Windows color (decimal): -2315882 or 9873884. OLE color: 9873884.

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

Color convert

RGB220169150-
CMYK00.230.320.14
HSL16.29º50%72.55%-
HSV(B)16.29º31.82%86.27%-
XYZ49.2145.7935.1-
YUV182.08109.9155.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=40.82%
G=31.35%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016915000.230.320.1416.295072.55
HexDCA99601720E103249
Octal33425122602740162062111
Binary1101110010101001100101100101111000001110100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA996; }

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

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

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

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

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

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

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

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