#D4ABA0

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

Shades of Eunry #D4ABA0

Tints of Eunry #D4ABA0

Color information

#D4ABA0 (or 0xD4ABA0) is unknown color: approx Eunry. HEX triplet: D4, AB and A0. RGB value is (212,171,160). Sum of RGB (Red+Green+Blue) = 212+171+160=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ABA0 is #2B545F. Grayscale: #B6B6B6. Windows color (decimal): -2839648 or 10529748. OLE color: 10529748.

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

Color convert

RGB212171160-
CMYK00.190.250.17
HSL12.69º37.68%72.94%-
HSV(B)12.69º24.53%83.14%-
XYZ48.0645.6639.54-
YUV182115.58149.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=39.04%
G=31.49%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217116000.190.250.1712.6937.6872.94
HexD4ABA00131911d2649
Octal32425324002331211546111
Binary110101001010101110100000010011110011000111011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABA0; }

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

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

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

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

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

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

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

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