#D7DEA4

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

Shades of Tusk #D7DEA4

Tints of Tusk #D7DEA4

Color information

#D7DEA4 (or 0xD7DEA4) is unknown color: approx Tusk. HEX triplet: D7, DE and A4. RGB value is (215,222,164). Sum of RGB (Red+Green+Blue) = 215+222+164=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DEA4 is #28215B. Grayscale: #D5D5D5. Windows color (decimal): -2629980 or 10804951. OLE color: 10804951.

HSL color Cylindrical-coordinate representation of color #D7DEA4: hue angle of 67.24º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7DEA4 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB215222164-
CMYK0.0300.260.13
HSL67.24º46.77%75.69%-
HSV(B)67.24º26.13%87.06%-
XYZ60.8569.3745.3-
YUV213.3100.18129.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 164 (64.45% from 255) = 27.29%
R=35.77%
G=36.94%
B=27.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152221640.0300.260.1367.2446.7775.69
HexD7DEA4301AD432f4c
Octal32733624430321510357114
Binary11010111110111101010010011011010110110000111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEA4; }

 p { color: rgb(215,222,164); }

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

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

 a { background-color: rgb(215,222,164); }

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

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

 span { border-color: rgb(215,222,164); }

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