#D9E1B4

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

Shades of Tusk #D9E1B4

Tints of Tusk #D9E1B4

Color information

#D9E1B4 (or 0xD9E1B4) is unknown color: approx Tusk. HEX triplet: D9, E1 and B4. RGB value is (217,225,180). Sum of RGB (Red+Green+Blue) = 217+225+180=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1B4 is #261E4B. Grayscale: #D9D9D9. Windows color (decimal): -2498124 or 11854297. OLE color: 11854297.

HSL color Cylindrical-coordinate representation of color #D9E1B4: hue angle of 70.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9E1B4 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB217225180-
CMYK0.0400.20.12
HSL70.67º42.86%79.41%-
HSV(B)70.67º20%88.24%-
XYZ63.7871.953.7-
YUV217.48106.85127.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=34.89%
G=36.17%
B=28.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172251800.0400.20.1270.6742.8679.41
HexD9E1B44014C472b4f
Octal33134126440241410753117
Binary110110011110000110110100100010100110010001111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1B4; }

 p { color: rgb(217,225,180); }

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

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

 a { background-color: rgb(217,225,180); }

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

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

 span { border-color: rgb(217,225,180); }

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