#D4ABA4

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

Shades of Eunry #D4ABA4

Tints of Eunry #D4ABA4

Color information

#D4ABA4 (or 0xD4ABA4) is unknown color: approx Eunry. HEX triplet: D4, AB and A4. RGB value is (212,171,164). Sum of RGB (Red+Green+Blue) = 212+171+164=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ABA4 is #2B545B. Grayscale: #B6B6B6. Windows color (decimal): -2839644 or 10791892. OLE color: 10791892.

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

Color convert

RGB212171164-
CMYK00.190.230.17
HSL8.75º35.82%73.73%-
HSV(B)8.75º22.64%83.14%-
XYZ48.4245.841.41-
YUV182.46117.58149.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=38.76%
G=31.26%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217116400.190.230.178.7535.8273.73
HexD4ABA401317119244a
Octal32425324402327211144112
Binary110101001010101110100100010011101111000110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABA4; }

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

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

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

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

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

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

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

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