#D6A89C

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

Shades of Eunry #D6A89C

Tints of Eunry #D6A89C

Color information

#D6A89C (or 0xD6A89C) is unknown color: approx Eunry. HEX triplet: D6, A8 and 9C. RGB value is (214,168,156). Sum of RGB (Red+Green+Blue) = 214+168+156=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A89C is #295763. Grayscale: #B4B4B4. Windows color (decimal): -2709348 or 10266838. OLE color: 10266838.

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

Color convert

RGB214168156-
CMYK00.210.270.16
HSL12.41º41.43%72.55%-
HSV(B)12.41º27.1%83.92%-
XYZ47.7344.737.56-
YUV180.39114.24151.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 168 (66.02% from 255) = 31.23%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=39.78%
G=31.23%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416815600.210.270.1612.4141.4372.55
HexD6A89C0151B10c2949
Octal32625023402533201451111
Binary110101101010100010011100010101110111000011001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A89C; }

 p { color: rgb(214,168,156); }

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

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

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

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

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

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

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