#D5A5A4

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

Shades of Eunry #D5A5A4

Tints of Eunry #D5A5A4

Color information

#D5A5A4 (or 0xD5A5A4) is unknown color: approx Eunry. HEX triplet: D5, A5 and A4. RGB value is (213,165,164). Sum of RGB (Red+Green+Blue) = 213+165+164=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A5A4 is #2A5A5B. Grayscale: #B3B3B3. Windows color (decimal): -2775644 or 10790357. OLE color: 10790357.

HSL color Cylindrical-coordinate representation of color #D5A5A4: hue angle of 1.22º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A5A4 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213165164-
CMYK00.230.230.16
HSL1.22º36.84%73.92%-
HSV(B)1.22º23%83.53%-
XYZ47.643.7441.06-
YUV179.24119.4152.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 164 (64.45% from 255) = 30.26%
R=39.30%
G=30.44%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316516400.230.230.161.2236.8473.92
HexD5A5A401717101254a
Octal3252452440272720145112
Binary110101011010010110100100010111101111000011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A5A4; }

 p { color: rgb(213,165,164); }

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

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

 a { background-color: rgb(213,165,164); }

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

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

 span { border-color: rgb(213,165,164); }

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