#D7E0AD

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

Shades of Tusk #D7E0AD

Tints of Tusk #D7E0AD

Color information

#D7E0AD (or 0xD7E0AD) is unknown color: approx Tusk. HEX triplet: D7, E0 and AD. RGB value is (215,224,173). Sum of RGB (Red+Green+Blue) = 215+224+173=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E0AD is #281F52. Grayscale: #D7D7D7. Windows color (decimal): -2629459 or 11395287. OLE color: 11395287.

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

Color convert

RGB215224173-
CMYK0.0400.230.12
HSL70.59º45.13%77.84%-
HSV(B)70.59º22.77%87.84%-
XYZ62.2270.7849.92-
YUV215.5104.02127.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=35.13%
G=36.60%
B=28.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152241730.0400.230.1270.5945.1377.84
HexD7E0AD4017C472d4e
Octal32734025540271410755116
Binary110101111110000010101101100010111110010001111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E0AD; }

 p { color: rgb(215,224,173); }

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

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

 a { background-color: rgb(215,224,173); }

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

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

 span { border-color: rgb(215,224,173); }

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