#D7E3AF

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

Shades of Tusk #D7E3AF

Tints of Tusk #D7E3AF

Color information

#D7E3AF (or 0xD7E3AF) is unknown color: approx Tusk. HEX triplet: D7, E3 and AF. RGB value is (215,227,175). Sum of RGB (Red+Green+Blue) = 215+227+175=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E3AF is #281C50. Grayscale: #D9D9D9. Windows color (decimal): -2628689 or 11527127. OLE color: 11527127.

HSL color Cylindrical-coordinate representation of color #D7E3AF: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7E3AF is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB215227175-
CMYK0.0500.230.11
HSL73.85º48.15%78.82%-
HSV(B)73.85º22.91%89.02%-
XYZ63.2372.4851.21-
YUV217.48104.02126.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.85%
GREEN value IS 227 (89.06% from 255) = 36.79%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=34.85%
G=36.79%
B=28.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152271750.0500.230.1173.8548.1578.82
HexD7E3AF5017B4a304f
Octal32734325750271311260117
Binary110101111110001110101111101010111101110010101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E3AF; }

 p { color: rgb(215,227,175); }

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

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

 a { background-color: rgb(215,227,175); }

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

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

 span { border-color: rgb(215,227,175); }

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