#DCE49D

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

Shades of Tusk #DCE49D

Tints of Tusk #DCE49D

Color information

#DCE49D (or 0xDCE49D) is unknown color: approx Tusk. HEX triplet: DC, E4 and 9D. RGB value is (220,228,157). Sum of RGB (Red+Green+Blue) = 220+228+157=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE49D is #231B62. Grayscale: #D9D9D9. Windows color (decimal): -2300771 or 10347740. OLE color: 10347740.

HSL color Cylindrical-coordinate representation of color #DCE49D: hue angle of 66.76º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCE49D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB220228157-
CMYK0.0400.310.11
HSL66.76º56.8%75.49%-
HSV(B)66.76º31.14%89.41%-
XYZ63.3473.1442.68-
YUV217.5193.85129.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 157 (61.72% from 255) = 25.95%
R=36.36%
G=37.69%
B=25.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202281570.0400.310.1166.7656.875.49
HexDCE49D401FB43394b
Octal33434423540371310371113
Binary110111001110010010011101100011111101110000111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE49D; }

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

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

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

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

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

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

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

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