#dce39d

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

Shades of Tusk #DCE39D

Tints of Tusk #DCE39D

Color information

#DCE39D (or 0xDCE39D) is unknown color: approx Tusk. HEX triplet: DC, E3 and 9D. RGB value is (220,227,157). Sum of RGB (Red+Green+Blue) = 220+227+157=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE39D is #231C62. Grayscale: #D9D9D9. Windows color (decimal): -2301027 or 10347484. OLE color: 10347484.

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

Color convert

RGB220227157-
CMYK0.0300.310.11
HSL66º55.56%75.29%-
HSV(B)66º30.84%89.02%-
XYZ63.0772.5942.59-
YUV216.9394.18130.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 157 (61.72% from 255) = 25.99%
R=36.42%
G=37.58%
B=25.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271570.0300.310.116655.5675.29
HexDCE39D301FB42384b
Octal33434323530371310270113
Binary11011100111000111001110111011111101110000101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dce39d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dce39d; }

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

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

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

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

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

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

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

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