#DCE49E

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

Shades of Tusk #DCE49E

Tints of Tusk #DCE49E

Color information

#DCE49E (or 0xDCE49E) is unknown color: approx Tusk. HEX triplet: DC, E4 and 9E. RGB value is (220,228,158). Sum of RGB (Red+Green+Blue) = 220+228+158=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE49E is #231B61. Grayscale: #D9D9D9. Windows color (decimal): -2300770 or 10413276. OLE color: 10413276.

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

Color convert

RGB220228158-
CMYK0.0400.310.11
HSL66.86º56.45%75.69%-
HSV(B)66.86º30.7%89.41%-
XYZ63.4373.1743.13-
YUV217.6394.35129.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 158 (62.11% from 255) = 26.07%
R=36.30%
G=37.62%
B=26.07%

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
Decimal2202281580.0400.310.1166.8656.4575.69
HexDCE49E401FB43384c
Octal33434423640371310370114
Binary110111001110010010011110100011111101110000111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE49E; }

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

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

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

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

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

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

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

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