#D4AB9D

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

Shades of Eunry #D4AB9D

Tints of Eunry #D4AB9D

Color information

#D4AB9D (or 0xD4AB9D) is unknown color: approx Eunry. HEX triplet: D4, AB and 9D. RGB value is (212,171,157). Sum of RGB (Red+Green+Blue) = 212+171+157=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB9D is #2B5462. Grayscale: #B5B5B5. Windows color (decimal): -2839651 or 10333140. OLE color: 10333140.

HSL color Cylindrical-coordinate representation of color #D4AB9D: hue angle of 15.27º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4AB9D is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212171157-
CMYK00.190.260.17
HSL15.27º39.01%72.35%-
HSV(B)15.27º25.94%83.14%-
XYZ47.845.5638.17-
YUV181.66114.08149.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=39.26%
G=31.67%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217115700.190.260.1715.2739.0172.35
HexD4AB9D0131A11f2748
Octal32425323502332211747110
Binary110101001010101110011101010011110101000111111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB9D; }

 p { color: rgb(212,171,157); }

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

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

 a { background-color: rgb(212,171,157); }

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

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

 span { border-color: rgb(212,171,157); }

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