#D5A5A5

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

Shades of Eunry #D5A5A5

Tints of Eunry #D5A5A5

Color information

#D5A5A5 (or 0xD5A5A5) is unknown color: approx Eunry. HEX triplet: D5, A5 and A5. RGB value is (213,165,165). Sum of RGB (Red+Green+Blue) = 213+165+165=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A5A5 is #2A5A5A. Grayscale: #B3B3B3. Windows color (decimal): -2775643 or 10855893. OLE color: 10855893.

HSL color Cylindrical-coordinate representation of color #D5A5A5: hue angle of 0º degrees, saturation: 0.36, 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 #D5A5A5 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213165165-
CMYK00.230.230.16
HSL36.36%74.12%-
HSV(B)22.54%83.53%-
XYZ47.6943.7741.53-
YUV179.35119.9152-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 165 (64.84% from 255) = 30.39%
R=39.23%
G=30.39%
B=30.39%

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
Decimal21316516500.230.230.16036.3674.12
HexD5A5A501717100244a
Octal3252452450272720044112
Binary110101011010010110100101010111101111000001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A5A5; }

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

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

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

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

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

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

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

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