#DFDFAE

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

Shades of Tusk #DFDFAE

Tints of Tusk #DFDFAE

Color information

#DFDFAE (or 0xDFDFAE) is unknown color: approx Tusk. HEX triplet: DF, DF and AE. RGB value is (223,223,174). Sum of RGB (Red+Green+Blue) = 223+223+174=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFAE is #202051. Grayscale: #D9D9D9. Windows color (decimal): -2105426 or 11460575. OLE color: 11460575.

HSL color Cylindrical-coordinate representation of color #DFDFAE: hue angle of 60º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFDFAE is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223223174-
CMYK000.220.13
HSL60º43.36%77.84%-
HSV(B)60º21.97%87.45%-
XYZ64.4671.5250.45-
YUV217.41103.5131.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=35.97%
G=35.97%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223174000.220.136043.3677.84
HexDFDFAE0016D3c2b4e
Octal3373372560026157453116
Binary110111111101111110101110001011011011111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFAE; }

 p { color: rgb(223,223,174); }

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

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

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

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

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

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

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