#DCA39D

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

Shades of Rose #DCA39D

Tints of Rose #DCA39D

Color information

#DCA39D (or 0xDCA39D) is unknown color: approx Rose. HEX triplet: DC, A3 and 9D. RGB value is (220,163,157). Sum of RGB (Red+Green+Blue) = 220+163+157=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA39D is #235C62. Grayscale: #B3B3B3. Windows color (decimal): -2317411 or 10331100. OLE color: 10331100.

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

Color convert

RGB220163157-
CMYK00.260.290.14
HSL5.71º47.37%73.92%-
HSV(B)5.71º28.64%86.27%-
XYZ48.743.8437.79-
YUV179.36115.38156.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=40.74%
G=30.19%
B=29.07%

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
Decimal22016315700.260.290.145.7147.3773.92
HexDCA39D01A1DE62f4a
Octal3342432350323516657112
Binary1101110010100011100111010110101110111101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA39D; }

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

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

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

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

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

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

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

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