#d6e0af

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

Shades of Tusk #D6E0AF

Tints of Tusk #D6E0AF

Color information

#D6E0AF (or 0xD6E0AF) is unknown color: approx Tusk. HEX triplet: D6, E0 and AF. RGB value is (214,224,175). Sum of RGB (Red+Green+Blue) = 214+224+175=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E0AF is #291F50. Grayscale: #D7D7D7. Windows color (decimal): -2694993 or 11526358. OLE color: 11526358.

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

Color convert

RGB214224175-
CMYK0.0400.220.12
HSL72.24º44.14%78.24%-
HSV(B)72.24º21.88%87.84%-
XYZ62.1370.750.93-
YUV215.42105.19126.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 224 (87.89% from 255) = 36.54%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=34.91%
G=36.54%
B=28.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142241750.0400.220.1272.2444.1478.24
HexD6E0AF4016C482c4e
Octal32634025740261411054116
Binary110101101110000010101111100010110110010010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6e0af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6e0af; }

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

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

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

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

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

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

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

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