#D6DF9D

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

Shades of Tusk #D6DF9D

Tints of Tusk #D6DF9D

Color information

#D6DF9D (or 0xD6DF9D) is unknown color: approx Tusk. HEX triplet: D6, DF and 9D. RGB value is (214,223,157). Sum of RGB (Red+Green+Blue) = 214+223+157=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF9D is #292062. Grayscale: #D5D5D5. Windows color (decimal): -2695267 or 10346454. OLE color: 10346454.

HSL color Cylindrical-coordinate representation of color #D6DF9D: hue angle of 68.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6DF9D is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB214223157-
CMYK0.0400.300.13
HSL68.18º50.77%74.51%-
HSV(B)68.18º29.6%87.45%-
XYZ60.2169.5142.14-
YUV212.7896.52128.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 157 (61.72% from 255) = 26.43%
R=36.03%
G=37.54%
B=26.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142231570.0400.300.1368.1850.7774.51
HexD6DF9D401ED44334b
Octal32633723540361510463113
Binary110101101101111110011101100011110110110001001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DF9D; }

 p { color: rgb(214,223,157); }

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

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

 a { background-color: rgb(214,223,157); }

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

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

 span { border-color: rgb(214,223,157); }

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