#D7DFAB

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

Shades of Tusk #D7DFAB

Tints of Tusk #D7DFAB

Color information

#D7DFAB (or 0xD7DFAB) is unknown color: approx Tusk. HEX triplet: D7, DF and AB. RGB value is (215,223,171). Sum of RGB (Red+Green+Blue) = 215+223+171=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DFAB is #282054. Grayscale: #D6D6D6. Windows color (decimal): -2629717 or 11263959. OLE color: 11263959.

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

Color convert

RGB215223171-
CMYK0.0400.230.13
HSL69.23º44.83%77.25%-
HSV(B)69.23º23.32%87.45%-
XYZ61.7670.1648.82-
YUV214.68103.35128.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.30%
GREEN value IS 223 (87.5% from 255) = 36.62%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=35.30%
G=36.62%
B=28.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152231710.0400.230.1369.2344.8377.25
HexD7DFAB4017D452d4d
Octal32733725340271510555115
Binary110101111101111110101011100010111110110001011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFAB; }

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

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

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

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

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

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

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

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