#DFECA1

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

Shades of Tusk #DFECA1

Tints of Tusk #DFECA1

Color information

#DFECA1 (or 0xDFECA1) is unknown color: approx Tusk. HEX triplet: DF, EC and A1. RGB value is (223,236,161). Sum of RGB (Red+Green+Blue) = 223+236+161=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECA1 is #20135E. Grayscale: #DFDFDF. Windows color (decimal): -2102111 or 10611935. OLE color: 10611935.

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

Color convert

RGB223236161-
CMYK0.0600.320.07
HSL70.4º66.37%77.84%-
HSV(B)70.4º31.78%92.55%-
XYZ66.8678.2545.3-
YUV223.5692.69127.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 161 (63.28% from 255) = 25.97%
R=35.97%
G=38.06%
B=25.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232361610.0600.320.0770.466.3777.84
HexDFECA16020746424e
Octal33735424160407106102116
Binary1101111111101100101000011100100000111100011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECA1; }

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

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

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

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

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

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

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

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