#DCA69F

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

Shades of Eunry #DCA69F

Tints of Eunry #DCA69F

Color information

#DCA69F (or 0xDCA69F) is unknown color: approx Eunry. HEX triplet: DC, A6 and 9F. RGB value is (220,166,159). Sum of RGB (Red+Green+Blue) = 220+166+159=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA69F is #235960. Grayscale: #B5B5B5. Windows color (decimal): -2316641 or 10462940. OLE color: 10462940.

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

Color convert

RGB220166159-
CMYK00.250.280.14
HSL6.89º46.56%74.31%-
HSV(B)6.89º27.73%86.27%-
XYZ49.4144.9938.88-
YUV181.35115.39155.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 159 (62.5% from 255) = 29.17%
R=40.37%
G=30.46%
B=29.17%

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
Decimal22016615900.250.280.146.8946.5674.31
HexDCA69F0191CE72f4a
Octal3342462370313416757112
Binary1101110010100110100111110110011110011101111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA69F; }

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

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

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

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

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

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

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

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