#DCE5AA

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

Shades of Tusk #DCE5AA

Tints of Tusk #DCE5AA

Color information

#DCE5AA (or 0xDCE5AA) is unknown color: approx Tusk. HEX triplet: DC, E5 and AA. RGB value is (220,229,170). Sum of RGB (Red+Green+Blue) = 220+229+170=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE5AA is #231A55. Grayscale: #DBDBDB. Windows color (decimal): -2300502 or 11199964. OLE color: 11199964.

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

Color convert

RGB220229170-
CMYK0.0400.260.10
HSL69.15º53.15%78.24%-
HSV(B)69.15º25.76%89.8%-
XYZ64.7974.1648.93-
YUV219.58100.02128.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=35.54%
G=37.00%
B=27.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291700.0400.260.1069.1553.1578.24
HexDCE5AA401AA45354e
Octal33434525240321210565116
Binary110111001110010110101010100011010101010001011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5AA; }

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

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

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

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

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

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

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

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