#D6E0A7

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

Shades of Tusk #D6E0A7

Tints of Tusk #D6E0A7

Color information

#D6E0A7 (or 0xD6E0A7) is unknown color: approx Tusk. HEX triplet: D6, E0 and A7. RGB value is (214,224,167). Sum of RGB (Red+Green+Blue) = 214+224+167=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E0A7 is #291F58. Grayscale: #D6D6D6. Windows color (decimal): -2695001 or 11002070. OLE color: 11002070.

HSL color Cylindrical-coordinate representation of color #D6E0A7: hue angle of 70.53º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6E0A7 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB214224167-
CMYK0.0400.250.12
HSL70.53º47.9%76.67%-
HSV(B)70.53º25.45%87.84%-
XYZ61.3670.446.91-
YUV214.51101.19127.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 167 (65.62% from 255) = 27.60%
R=35.37%
G=37.02%
B=27.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142241670.0400.250.1270.5347.976.67
HexD6E0A74019C47304d
Octal32634024740311410760115
Binary110101101110000010100111100011001110010001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E0A7; }

 p { color: rgb(214,224,167); }

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

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

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

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

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

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

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