#DCE39F

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

Shades of Tusk #DCE39F

Tints of Tusk #DCE39F

Color information

#DCE39F (or 0xDCE39F) is unknown color: approx Tusk. HEX triplet: DC, E3 and 9F. RGB value is (220,227,159). Sum of RGB (Red+Green+Blue) = 220+227+159=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE39F is #231C60. Grayscale: #D9D9D9. Windows color (decimal): -2301025 or 10478556. OLE color: 10478556.

HSL color Cylindrical-coordinate representation of color #DCE39F: hue angle of 66.18º degrees, saturation: 0.55, 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 #DCE39F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB220227159-
CMYK0.0300.300.11
HSL66.18º54.84%75.69%-
HSV(B)66.18º29.96%89.02%-
XYZ63.2472.6643.49-
YUV217.1695.18130.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 227 (89.06% from 255) = 37.46%
BLUE value IS 159 (62.5% from 255) = 26.24%
R=36.30%
G=37.46%
B=26.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271590.0300.300.1166.1854.8475.69
HexDCE39F301EB42374c
Octal33434323730361310267114
Binary11011100111000111001111111011110101110000101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE39F; }

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

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

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

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

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

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

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

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