#D4ACA0

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

Shades of Eunry #D4ACA0

Tints of Eunry #D4ACA0

Color information

#D4ACA0 (or 0xD4ACA0) is unknown color: approx Eunry. HEX triplet: D4, AC and A0. RGB value is (212,172,160). Sum of RGB (Red+Green+Blue) = 212+172+160=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ACA0 is #2B535F. Grayscale: #B6B6B6. Windows color (decimal): -2839392 or 10530004. OLE color: 10530004.

HSL color Cylindrical-coordinate representation of color #D4ACA0: hue angle of 13.85º 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 #D4ACA0 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212172160-
CMYK00.190.250.17
HSL13.85º37.68%72.94%-
HSV(B)13.85º24.53%83.14%-
XYZ48.2546.0439.6-
YUV182.59115.25148.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=38.97%
G=31.62%
B=29.41%

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
Decimal21217216000.190.250.1713.8537.6872.94
HexD4ACA00131911e2649
Octal32425424002331211646111
Binary110101001010110010100000010011110011000111101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACA0; }

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

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

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

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

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

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

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

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