#D8AB9F

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

Shades of Eunry #D8AB9F

Tints of Eunry #D8AB9F

Color information

#D8AB9F (or 0xD8AB9F) is unknown color: approx Eunry. HEX triplet: D8, AB and 9F. RGB value is (216,171,159). Sum of RGB (Red+Green+Blue) = 216+171+159=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AB9F is #275460. Grayscale: #B7B7B7. Windows color (decimal): -2577505 or 10464216. OLE color: 10464216.

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

Color convert

RGB216171159-
CMYK00.210.260.15
HSL12.63º42.22%73.53%-
HSV(B)12.63º26.39%84.71%-
XYZ49.1446.2339.13-
YUV183.09114.41151.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=39.56%
G=31.32%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617115900.210.260.1512.6342.2273.53
HexD8AB9F0151AFd2a4a
Octal33025323702532171552112
Binary11011000101010111001111101010111010111111011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB9F; }

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

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

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

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

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

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

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

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