#DCE5AC

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

Shades of Tusk #DCE5AC

Tints of Tusk #DCE5AC

Color information

#DCE5AC (or 0xDCE5AC) is unknown color: approx Tusk. HEX triplet: DC, E5 and AC. RGB value is (220,229,172). Sum of RGB (Red+Green+Blue) = 220+229+172=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE5AC is #231A53. Grayscale: #DCDCDC. Windows color (decimal): -2300500 or 11331036. OLE color: 11331036.

HSL color Cylindrical-coordinate representation of color #DCE5AC: hue angle of 69.47º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCE5AC is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB220229172-
CMYK0.0400.250.10
HSL69.47º52.29%78.63%-
HSV(B)69.47º24.89%89.8%-
XYZ64.9874.2349.93-
YUV219.81101.02128.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 172 (67.58% from 255) = 27.70%
R=35.43%
G=36.88%
B=27.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291720.0400.250.1069.4752.2978.63
HexDCE5AC4019A45344f
Octal33434525440311210564117
Binary110111001110010110101100100011001101010001011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5AC; }

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

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

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

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

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

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

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

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