#D9AB9F

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

Shades of Eunry #D9AB9F

Tints of Eunry #D9AB9F

Color information

#D9AB9F (or 0xD9AB9F) is unknown color: approx Eunry. HEX triplet: D9, AB and 9F. RGB value is (217,171,159). Sum of RGB (Red+Green+Blue) = 217+171+159=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AB9F is #265460. Grayscale: #B7B7B7. Windows color (decimal): -2511969 or 10464217. OLE color: 10464217.

HSL color Cylindrical-coordinate representation of color #D9AB9F: hue angle of 12.41º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9AB9F is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217171159-
CMYK00.210.270.15
HSL12.41º43.28%73.73%-
HSV(B)12.41º26.73%85.1%-
XYZ49.4446.3839.15-
YUV183.39114.24151.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=39.67%
G=31.26%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717115900.210.270.1512.4143.2873.73
HexD9AB9F0151BFc2b4a
Octal33125323702533171453112
Binary11011001101010111001111101010111011111111001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB9F; }

 p { color: rgb(217,171,159); }

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

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

 a { background-color: rgb(217,171,159); }

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

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

 span { border-color: rgb(217,171,159); }

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