#D4A5A2

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

Shades of Eunry #D4A5A2

Tints of Eunry #D4A5A2

Color information

#D4A5A2 (or 0xD4A5A2) is unknown color: approx Eunry. HEX triplet: D4, A5 and A2. RGB value is (212,165,162). Sum of RGB (Red+Green+Blue) = 212+165+162=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A5A2 is #2B5A5D. Grayscale: #B2B2B2. Windows color (decimal): -2841182 or 10659284. OLE color: 10659284.

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

Color convert

RGB212165162-
CMYK00.220.240.17
HSL3.6º36.76%73.33%-
HSV(B)3.6º23.58%83.14%-
XYZ47.1343.5240.1-
YUV178.71118.57151.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 165 (64.84% from 255) = 30.61%
BLUE value IS 162 (63.67% from 255) = 30.06%
R=39.33%
G=30.61%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216516200.220.240.173.636.7673.33
HexD4A5A2016181142549
Octal3242452420263021445111
Binary11010100101001011010001001011011000100011001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A5A2; }

 p { color: rgb(212,165,162); }

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

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

 a { background-color: rgb(212,165,162); }

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

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

 span { border-color: rgb(212,165,162); }

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