#D9DEB3

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

Shades of Tusk #D9DEB3

Tints of Tusk #D9DEB3

Color information

#D9DEB3 (or 0xD9DEB3) is unknown color: approx Tusk. HEX triplet: D9, DE and B3. RGB value is (217,222,179). Sum of RGB (Red+Green+Blue) = 217+222+179=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEB3 is #26214C. Grayscale: #D7D7D7. Windows color (decimal): -2498893 or 11787993. OLE color: 11787993.

HSL color Cylindrical-coordinate representation of color #D9DEB3: hue angle of 66.98º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9DEB3 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB217222179-
CMYK0.0200.190.13
HSL66.98º39.45%78.63%-
HSV(B)66.98º19.37%87.06%-
XYZ62.8770.2552.89-
YUV215.6107.34129-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.11%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 179 (70.31% from 255) = 28.96%
R=35.11%
G=35.92%
B=28.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172221790.0200.190.1366.9839.4578.63
HexD9DEB32013D43274f
Octal33133626320231510347117
Binary11011001110111101011001110010011110110000111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEB3; }

 p { color: rgb(217,222,179); }

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

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

 a { background-color: rgb(217,222,179); }

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

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

 span { border-color: rgb(217,222,179); }

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