#D0A599

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

Shades of Eunry #D0A599

Tints of Eunry #D0A599

Color information

#D0A599 (or 0xD0A599) is unknown color: approx Eunry. HEX triplet: D0, A5 and 99. RGB value is (208,165,153). Sum of RGB (Red+Green+Blue) = 208+165+153=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A599 is #2F5A66. Grayscale: #B0B0B0. Windows color (decimal): -3103335 or 10069456. OLE color: 10069456.

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

Color convert

RGB208165153-
CMYK00.210.260.18
HSL13.09º36.91%70.78%-
HSV(B)13.09º26.44%81.57%-
XYZ45.2242.6235.98-
YUV176.49114.75150.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=39.54%
G=31.37%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816515300.210.260.1813.0936.9170.78
HexD0A5990151A12d2547
Octal32024523102532221545107
Binary110100001010010110011001010101110101001011011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A599; }

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

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

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

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

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

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

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

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