#DCA59F

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

Shades of Eunry #DCA59F

Tints of Eunry #DCA59F

Color information

#DCA59F (or 0xDCA59F) is unknown color: approx Eunry. HEX triplet: DC, A5 and 9F. RGB value is (220,165,159). Sum of RGB (Red+Green+Blue) = 220+165+159=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA59F is #235A60. Grayscale: #B4B4B4. Windows color (decimal): -2316897 or 10462684. OLE color: 10462684.

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

Color convert

RGB220165159-
CMYK00.250.280.14
HSL5.9º46.56%74.31%-
HSV(B)5.9º27.73%86.27%-
XYZ49.2344.6338.82-
YUV180.76115.72155.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=40.44%
G=30.33%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016515900.250.280.145.946.5674.31
HexDCA59F0191CE62f4a
Octal3342452370313416657112
Binary1101110010100101100111110110011110011101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA59F; }

 p { color: rgb(220,165,159); }

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

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

 a { background-color: rgb(220,165,159); }

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

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

 span { border-color: rgb(220,165,159); }

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