#D7DFAE

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

Shades of Tusk #D7DFAE

Tints of Tusk #D7DFAE

Color information

#D7DFAE (or 0xD7DFAE) is unknown color: approx Tusk. HEX triplet: D7, DF and AE. RGB value is (215,223,174). Sum of RGB (Red+Green+Blue) = 215+223+174=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DFAE is #282051. Grayscale: #D7D7D7. Windows color (decimal): -2629714 or 11460567. OLE color: 11460567.

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

Color convert

RGB215223174-
CMYK0.0400.220.13
HSL69.8º43.36%77.84%-
HSV(B)69.8º21.97%87.45%-
XYZ62.0570.2850.34-
YUV215.02104.85127.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=35.13%
G=36.44%
B=28.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152231740.0400.220.1369.843.3677.84
HexD7DFAE4016D462b4e
Octal32733725640261510653116
Binary110101111101111110101110100010110110110001101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFAE; }

 p { color: rgb(215,223,174); }

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

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

 a { background-color: rgb(215,223,174); }

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

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

 span { border-color: rgb(215,223,174); }

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