#D2AB99

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

Shades of Eunry #D2AB99

Tints of Eunry #D2AB99

Color information

#D2AB99 (or 0xD2AB99) is unknown color: approx Eunry. HEX triplet: D2, AB and 99. RGB value is (210,171,153). Sum of RGB (Red+Green+Blue) = 210+171+153=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB99 is #2D5466. Grayscale: #B4B4B4. Windows color (decimal): -2970727 or 10070994. OLE color: 10070994.

HSL color Cylindrical-coordinate representation of color #D2AB99: hue angle of 18.95º degrees, saturation: 0.39, 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 #D2AB99 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB210171153-
CMYK00.190.270.18
HSL18.95º38.78%71.18%-
HSV(B)18.95º27.14%82.35%-
XYZ46.8945.1336.38-
YUV180.61112.42148.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.33%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=39.33%
G=32.02%
B=28.65%

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
Decimal21017115300.190.270.1818.9538.7871.18
HexD2AB990131B12132747
Octal32225323102333222347107
Binary1101001010101011100110010100111101110010100111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AB99; }

 p { color: rgb(210,171,153); }

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

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

 a { background-color: rgb(210,171,153); }

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

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

 span { border-color: rgb(210,171,153); }

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