#D6AAA5

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

Shades of Eunry #D6AAA5

Tints of Eunry #D6AAA5

Color information

#D6AAA5 (or 0xD6AAA5) is unknown color: approx Eunry. HEX triplet: D6, AA and A5. RGB value is (214,170,165). Sum of RGB (Red+Green+Blue) = 214+170+165=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AAA5 is #29555A. Grayscale: #B6B6B6. Windows color (decimal): -2708827 or 10857174. OLE color: 10857174.

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

Color convert

RGB214170165-
CMYK00.210.230.16
HSL6.12º37.4%74.31%-
HSV(B)6.12º22.9%83.92%-
XYZ48.945.7641.85-
YUV182.59118.08150.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=38.98%
G=30.97%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417016500.210.230.166.1237.474.31
HexD6AAA501517106254a
Octal3262522450252720645112
Binary11010110101010101010010101010110111100001101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAA5; }

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

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

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

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

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

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

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

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