#DCA199

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

Shades of Rose #DCA199

Tints of Rose #DCA199

Color information

#DCA199 (or 0xDCA199) is unknown color: approx Rose. HEX triplet: DC, A1 and 99. RGB value is (220,161,153). Sum of RGB (Red+Green+Blue) = 220+161+153=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA199 is #235E66. Grayscale: #B1B1B1. Windows color (decimal): -2317927 or 10068444. OLE color: 10068444.

HSL color Cylindrical-coordinate representation of color #DCA199: hue angle of 7.16º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA199 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220161153-
CMYK00.270.300.14
HSL7.16º48.91%73.14%-
HSV(B)7.16º30.45%86.27%-
XYZ48.0143.0135.91-
YUV177.73114.05158.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=41.20%
G=30.15%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016115300.270.300.147.1648.9173.14
HexDCA19901B1EE73149
Octal3342412310333616761111
Binary1101110010100001100110010110111111011101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA199; }

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

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

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

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

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

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

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

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