#DFECA9

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

Shades of Tusk #DFECA9

Tints of Tusk #DFECA9

Color information

#DFECA9 (or 0xDFECA9) is unknown color: approx Tusk. HEX triplet: DF, EC and A9. RGB value is (223,236,169). Sum of RGB (Red+Green+Blue) = 223+236+169=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECA9 is #201356. Grayscale: #E0E0E0. Windows color (decimal): -2102103 or 11136223. OLE color: 11136223.

HSL color Cylindrical-coordinate representation of color #DFECA9: hue angle of 71.64º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFECA9 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB223236169-
CMYK0.0600.280.07
HSL71.64º63.81%79.41%-
HSV(B)71.64º28.39%92.55%-
XYZ67.5978.5449.13-
YUV224.4796.69126.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 169 (66.41% from 255) = 26.91%
R=35.51%
G=37.58%
B=26.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232361690.0600.280.0771.6463.8179.41
HexDFECA9601C748404f
Octal33735425160347110100117
Binary110111111110110010101001110011100111100100010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECA9; }

 p { color: rgb(223,236,169); }

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

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

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

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

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

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

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