#D6AAA4

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

Shades of Eunry #D6AAA4

Tints of Eunry #D6AAA4

Color information

#D6AAA4 (or 0xD6AAA4) is unknown color: approx Eunry. HEX triplet: D6, AA and A4. RGB value is (214,170,164). Sum of RGB (Red+Green+Blue) = 214+170+164=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AAA4 is #29555B. Grayscale: #B6B6B6. Windows color (decimal): -2708828 or 10791638. OLE color: 10791638.

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

Color convert

RGB214170164-
CMYK00.210.230.16
HSL7.2º37.88%74.12%-
HSV(B)7.2º23.36%83.92%-
XYZ48.8145.7341.38-
YUV182.47117.58150.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 164 (64.45% from 255) = 29.93%
R=39.05%
G=31.02%
B=29.93%

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
Decimal21417016400.210.230.167.237.8874.12
HexD6AAA401517107264a
Octal3262522440252720746112
Binary11010110101010101010010001010110111100001111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAA4; }

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

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

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

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

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

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

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

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