#DCE3AC

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

Shades of Tusk #DCE3AC

Tints of Tusk #DCE3AC

Color information

#DCE3AC (or 0xDCE3AC) is unknown color: approx Tusk. HEX triplet: DC, E3 and AC. RGB value is (220,227,172). Sum of RGB (Red+Green+Blue) = 220+227+172=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE3AC is #231C53. Grayscale: #DADADA. Windows color (decimal): -2301012 or 11330524. OLE color: 11330524.

HSL color Cylindrical-coordinate representation of color #DCE3AC: hue angle of 67.64º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCE3AC is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB220227172-
CMYK0.0300.240.11
HSL67.64º49.55%78.24%-
HSV(B)67.64º24.23%89.02%-
XYZ64.4373.1349.75-
YUV218.64101.68128.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 227 (89.06% from 255) = 36.67%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=35.54%
G=36.67%
B=27.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271720.0300.240.1167.6449.5578.24
HexDCE3AC3018B44324e
Octal33434325430301310462116
Binary11011100111000111010110011011000101110001001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3AC; }

 p { color: rgb(220,227,172); }

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

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

 a { background-color: rgb(220,227,172); }

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

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

 span { border-color: rgb(220,227,172); }

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