#DCA29C

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

Shades of Rose #DCA29C

Tints of Rose #DCA29C

Color information

#DCA29C (or 0xDCA29C) is unknown color: approx Rose. HEX triplet: DC, A2 and 9C. RGB value is (220,162,156). Sum of RGB (Red+Green+Blue) = 220+162+156=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA29C is #235D63. Grayscale: #B2B2B2. Windows color (decimal): -2317668 or 10265308. OLE color: 10265308.

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

Color convert

RGB220162156-
CMYK00.260.290.14
HSL5.63º47.76%73.73%-
HSV(B)5.63º29.09%86.27%-
XYZ48.4443.4637.29-
YUV178.66115.22157.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=40.89%
G=30.11%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016215600.260.290.145.6347.7673.73
HexDCA29C01A1DE6304a
Octal3342422340323516660112
Binary1101110010100010100111000110101110111101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA29C; }

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

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

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

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

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

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

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

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