#D6AB9F

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

Shades of Eunry #D6AB9F

Tints of Eunry #D6AB9F

Color information

#D6AB9F (or 0xD6AB9F) is unknown color: approx Eunry. HEX triplet: D6, AB and 9F. RGB value is (214,171,159). Sum of RGB (Red+Green+Blue) = 214+171+159=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB9F is #295460. Grayscale: #B6B6B6. Windows color (decimal): -2708577 or 10464214. OLE color: 10464214.

HSL color Cylindrical-coordinate representation of color #D6AB9F: hue angle of 13.09º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6AB9F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB214171159-
CMYK00.200.260.16
HSL13.09º40.15%73.14%-
HSV(B)13.09º25.7%83.92%-
XYZ48.5545.9339.11-
YUV182.49114.75150.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=39.34%
G=31.43%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417115900.200.260.1613.0940.1573.14
HexD6AB9F0141A10d2849
Octal32625323702432201550111
Binary110101101010101110011111010100110101000011011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB9F; }

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

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

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

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

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

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

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

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