#D4AB9B

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

Shades of Eunry #D4AB9B

Tints of Eunry #D4AB9B

Color information

#D4AB9B (or 0xD4AB9B) is unknown color: approx Eunry. HEX triplet: D4, AB and 9B. RGB value is (212,171,155). Sum of RGB (Red+Green+Blue) = 212+171+155=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB9B is #2B5464. Grayscale: #B5B5B5. Windows color (decimal): -2839653 or 10202068. OLE color: 10202068.

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

Color convert

RGB212171155-
CMYK00.190.270.17
HSL16.84º39.86%71.96%-
HSV(B)16.84º26.89%83.14%-
XYZ47.6345.4937.28-
YUV181.44113.08149.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=39.41%
G=31.78%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217115500.190.270.1716.8439.8671.96
HexD4AB9B0131B11112848
Octal32425323302333212150110
Binary1101010010101011100110110100111101110001100011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB9B; }

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

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

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

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

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

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

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

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