#D0AB9C

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

Shades of Eunry #D0AB9C

Tints of Eunry #D0AB9C

Color information

#D0AB9C (or 0xD0AB9C) is unknown color: approx Eunry. HEX triplet: D0, AB and 9C. RGB value is (208,171,156). Sum of RGB (Red+Green+Blue) = 208+171+156=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB9C is #2F5463. Grayscale: #B4B4B4. Windows color (decimal): -3101796 or 10267600. OLE color: 10267600.

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

Color convert

RGB208171156-
CMYK00.180.250.18
HSL17.31º35.62%71.37%-
HSV(B)17.31º25%81.57%-
XYZ46.5844.9437.67-
YUV180.35114.26147.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=38.88%
G=31.96%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817115600.180.250.1817.3135.6271.37
HexD0AB9C0121912112447
Octal32025323402231222144107
Binary1101000010101011100111000100101100110010100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB9C; }

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

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

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

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

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

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

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

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