#D7E1A1

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

Shades of Tusk #D7E1A1

Tints of Tusk #D7E1A1

Color information

#D7E1A1 (or 0xD7E1A1) is unknown color: approx Tusk. HEX triplet: D7, E1 and A1. RGB value is (215,225,161). Sum of RGB (Red+Green+Blue) = 215+225+161=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E1A1 is #281E5E. Grayscale: #D6D6D6. Windows color (decimal): -2629215 or 10609111. OLE color: 10609111.

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

Color convert

RGB215225161-
CMYK0.0400.280.12
HSL69.38º51.61%75.69%-
HSV(B)69.38º28.44%88.24%-
XYZ61.3870.8744.16-
YUV214.7197.69128.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 161 (63.28% from 255) = 26.79%
R=35.77%
G=37.44%
B=26.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152251610.0400.280.1269.3851.6175.69
HexD7E1A1401CC45344c
Octal32734124140341410564114
Binary110101111110000110100001100011100110010001011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E1A1; }

 p { color: rgb(215,225,161); }

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

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

 a { background-color: rgb(215,225,161); }

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

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

 span { border-color: rgb(215,225,161); }

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