#DCE49F

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

Shades of Tusk #DCE49F

Tints of Tusk #DCE49F

Color information

#DCE49F (or 0xDCE49F) is unknown color: approx Tusk. HEX triplet: DC, E4 and 9F. RGB value is (220,228,159). Sum of RGB (Red+Green+Blue) = 220+228+159=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE49F is #231B60. Grayscale: #DADADA. Windows color (decimal): -2300769 or 10478812. OLE color: 10478812.

HSL color Cylindrical-coordinate representation of color #DCE49F: hue angle of 66.96º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCE49F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB220228159-
CMYK0.0400.300.11
HSL66.96º56.1%75.88%-
HSV(B)66.96º30.26%89.41%-
XYZ63.5273.2143.58-
YUV217.7494.85129.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 159 (62.5% from 255) = 26.19%
R=36.24%
G=37.56%
B=26.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202281590.0400.300.1166.9656.175.88
HexDCE49F401EB43384c
Octal33434423740361310370114
Binary110111001110010010011111100011110101110000111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE49F; }

 p { color: rgb(220,228,159); }

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

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

 a { background-color: rgb(220,228,159); }

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

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

 span { border-color: rgb(220,228,159); }

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