#DFE0AD

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

Shades of Tusk #DFE0AD

Tints of Tusk #DFE0AD

Color information

#DFE0AD (or 0xDFE0AD) is unknown color: approx Tusk. HEX triplet: DF, E0 and AD. RGB value is (223,224,173). Sum of RGB (Red+Green+Blue) = 223+224+173=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE0AD is #201F52. Grayscale: #DADADA. Windows color (decimal): -2105171 or 11395295. OLE color: 11395295.

HSL color Cylindrical-coordinate representation of color #DFE0AD: hue angle of 61.18º 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 #DFE0AD is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB223224173-
CMYK0.0000.230.12
HSL61.18º45.13%77.84%-
HSV(B)61.18º22.77%87.84%-
XYZ64.6372.0250.03-
YUV217.89102.67131.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=35.97%
G=36.13%
B=27.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241730.0000.230.1261.1845.1377.84
HexDFE0AD0017C3d2d4e
Octal3373402550027147555116
Binary110111111110000010101101001011111001111011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0AD; }

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

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

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

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

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

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

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

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