#DFEAB7

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

Shades of Tusk #DFEAB7

Tints of Tusk #DFEAB7

Color information

#DFEAB7 (or 0xDFEAB7) is unknown color: approx Tusk. HEX triplet: DF, EA and B7. RGB value is (223,234,183). Sum of RGB (Red+Green+Blue) = 223+234+183=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAB7 is #201548. Grayscale: #E1E1E1. Windows color (decimal): -2102601 or 12053215. OLE color: 12053215.

HSL color Cylindrical-coordinate representation of color #DFEAB7: hue angle of 72.94º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFEAB7 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB223234183-
CMYK0.0500.220.08
HSL72.94º54.84%81.76%-
HSV(B)72.94º21.79%91.76%-
XYZ68.477.9556.24-
YUV224.9104.36126.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 183 (71.88% from 255) = 28.59%
R=34.84%
G=36.56%
B=28.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232341830.0500.220.0872.9454.8481.76
HexDFEAB750168493752
Octal33735226750261011167122
Binary110111111110101010110111101010110100010010011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAB7; }

 p { color: rgb(223,234,183); }

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

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

 a { background-color: rgb(223,234,183); }

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

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

 span { border-color: rgb(223,234,183); }

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