#D0A59C

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

Shades of Eunry #D0A59C

Tints of Eunry #D0A59C

Color information

#D0A59C (or 0xD0A59C) is unknown color: approx Eunry. HEX triplet: D0, A5 and 9C. RGB value is (208,165,156). Sum of RGB (Red+Green+Blue) = 208+165+156=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A59C is #2F5A63. Grayscale: #B0B0B0. Windows color (decimal): -3103332 or 10266064. OLE color: 10266064.

HSL color Cylindrical-coordinate representation of color #D0A59C: hue angle of 10.38º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0A59C is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208165156-
CMYK00.210.250.18
HSL10.38º35.62%71.37%-
HSV(B)10.38º25%81.57%-
XYZ45.4742.7237.3-
YUV176.83116.25150.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 165 (64.84% from 255) = 31.19%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=39.32%
G=31.19%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816515600.210.250.1810.3835.6271.37
HexD0A59C0151912a2447
Octal32024523402531221244107
Binary110100001010010110011100010101110011001010101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A59C; }

 p { color: rgb(208,165,156); }

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

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

 a { background-color: rgb(208,165,156); }

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

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

 span { border-color: rgb(208,165,156); }

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