#DCA29D

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

Shades of Rose #DCA29D

Tints of Rose #DCA29D

Color information

#DCA29D (or 0xDCA29D) is unknown color: approx Rose. HEX triplet: DC, A2 and 9D. RGB value is (220,162,157). Sum of RGB (Red+Green+Blue) = 220+162+157=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA29D is #235D62. Grayscale: #B2B2B2. Windows color (decimal): -2317667 or 10330844. OLE color: 10330844.

HSL color Cylindrical-coordinate representation of color #DCA29D: hue angle of 4.76º degrees, saturation: 0.47, 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 #DCA29D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220162157-
CMYK00.260.290.14
HSL4.76º47.37%73.92%-
HSV(B)4.76º28.64%86.27%-
XYZ48.5243.4937.74-
YUV178.77115.72157.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 162 (63.67% from 255) = 30.06%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=40.82%
G=30.06%
B=29.13%

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
Decimal22016215700.260.290.144.7647.3773.92
HexDCA29D01A1DE52f4a
Octal3342422350323516557112
Binary1101110010100010100111010110101110111101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA29D; }

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

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

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

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

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

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

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

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