#DCE69E

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

Shades of Tusk #DCE69E

Tints of Tusk #DCE69E

Color information

#DCE69E (or 0xDCE69E) is unknown color: approx Tusk. HEX triplet: DC, E6 and 9E. RGB value is (220,230,158). Sum of RGB (Red+Green+Blue) = 220+230+158=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE69E is #231961. Grayscale: #DBDBDB. Windows color (decimal): -2300258 or 10413788. OLE color: 10413788.

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

Color convert

RGB220230158-
CMYK0.0400.310.10
HSL68.33º59.02%76.08%-
HSV(B)68.33º31.3%90.2%-
XYZ63.9874.2843.31-
YUV218.893.69128.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 158 (62.11% from 255) = 25.99%
R=36.18%
G=37.83%
B=25.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301580.0400.310.1068.3359.0276.08
HexDCE69E401FA443b4c
Octal33434623640371210473114
Binary110111001110011010011110100011111101010001001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE69E; }

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

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

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

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

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

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

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

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