#DFEA9E

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

Shades of Tusk #DFEA9E

Tints of Tusk #DFEA9E

Color information

#DFEA9E (or 0xDFEA9E) is unknown color: approx Tusk. HEX triplet: DF, EA and 9E. RGB value is (223,234,158). Sum of RGB (Red+Green+Blue) = 223+234+158=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEA9E is #201561. Grayscale: #DEDEDE. Windows color (decimal): -2102626 or 10414815. OLE color: 10414815.

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

Color convert

RGB223234158-
CMYK0.0500.320.08
HSL68.68º64.41%76.86%-
HSV(B)68.68º32.48%91.76%-
XYZ66.037743.73-
YUV222.0591.86128.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 158 (62.11% from 255) = 25.69%
R=36.26%
G=38.05%
B=25.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232341580.0500.320.0868.6864.4176.86
HexDFEA9E5020845404d
Octal337352236504010105100115
Binary11011111111010101001111010101000001000100010110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEA9E; }

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

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

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

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

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

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

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

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