#D6AA9B

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

Shades of Eunry #D6AA9B

Tints of Eunry #D6AA9B

Color information

#D6AA9B (or 0xD6AA9B) is unknown color: approx Eunry. HEX triplet: D6, AA and 9B. RGB value is (214,170,155). Sum of RGB (Red+Green+Blue) = 214+170+155=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA9B is #295564. Grayscale: #B5B5B5. Windows color (decimal): -2708837 or 10201814. OLE color: 10201814.

HSL color Cylindrical-coordinate representation of color #D6AA9B: hue angle of 15.25º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6AA9B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB214170155-
CMYK00.210.280.16
HSL15.25º41.84%72.35%-
HSV(B)15.25º27.57%83.92%-
XYZ48.0245.4137.24-
YUV181.45113.08151.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=39.70%
G=31.54%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417015500.210.280.1615.2541.8472.35
HexD6AA9B0151C10f2a48
Octal32625223302534201752110
Binary110101101010101010011011010101111001000011111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AA9B; }

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

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

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

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

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

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

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

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