#D9DFAC

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

Shades of Tusk #D9DFAC

Tints of Tusk #D9DFAC

Color information

#D9DFAC (or 0xD9DFAC) is unknown color: approx Tusk. HEX triplet: D9, DF and AC. RGB value is (217,223,172). Sum of RGB (Red+Green+Blue) = 217+223+172=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DFAC is #262053. Grayscale: #D7D7D7. Windows color (decimal): -2498644 or 11329497. OLE color: 11329497.

HSL color Cylindrical-coordinate representation of color #D9DFAC: hue angle of 67.06º degrees, saturation: 0.44, 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 #D9DFAC is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB217223172-
CMYK0.0300.230.13
HSL67.06º44.35%77.45%-
HSV(B)67.06º22.87%87.45%-
XYZ62.4570.5149.35-
YUV215.39103.51129.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 172 (67.58% from 255) = 28.10%
R=35.46%
G=36.44%
B=28.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231720.0300.230.1367.0644.3577.45
HexD9DFAC3017D432c4d
Octal33133725430271510354115
Binary11011001110111111010110011010111110110000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFAC; }

 p { color: rgb(217,223,172); }

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

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

 a { background-color: rgb(217,223,172); }

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

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

 span { border-color: rgb(217,223,172); }

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