#D0A898

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

Shades of Eunry #D0A898

Tints of Eunry #D0A898

Color information

#D0A898 (or 0xD0A898) is unknown color: approx Eunry. HEX triplet: D0, A8 and 98. RGB value is (208,168,152). Sum of RGB (Red+Green+Blue) = 208+168+152=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A898 is #2F5767. Grayscale: #B2B2B2. Windows color (decimal): -3102568 or 10004688. OLE color: 10004688.

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

Color convert

RGB208168152-
CMYK00.190.270.18
HSL17.14º37.33%70.59%-
HSV(B)17.14º26.92%81.57%-
XYZ45.6843.6835.73-
YUV178.14113.25149.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=39.39%
G=31.82%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816815200.190.270.1817.1437.3370.59
HexD0A8980131B12112547
Octal32025023002333222145107
Binary1101000010101000100110000100111101110010100011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A898; }

 p { color: rgb(208,168,152); }

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

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

 a { background-color: rgb(208,168,152); }

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

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

 span { border-color: rgb(208,168,152); }

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