#D6A5A5

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

Shades of Eunry #D6A5A5

Tints of Eunry #D6A5A5

Color information

#D6A5A5 (or 0xD6A5A5) is unknown color: approx Eunry. HEX triplet: D6, A5 and A5. RGB value is (214,165,165). Sum of RGB (Red+Green+Blue) = 214+165+165=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A5A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A5A5 is #295A5A. Grayscale: #B3B3B3. Windows color (decimal): -2710107 or 10855894. OLE color: 10855894.

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

Color convert

RGB214165165-
CMYK00.230.230.16
HSL37.4%74.31%-
HSV(B)22.9%83.92%-
XYZ47.9843.9241.55-
YUV179.65119.73152.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=39.34%
G=30.33%
B=30.33%

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
Decimal21416516500.230.230.16037.474.31
HexD6A5A501717100254a
Octal3262452450272720045112
Binary110101101010010110100101010111101111000001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A5A5; }

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

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

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

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

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

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

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

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