Shades of Tusk #DCE69D
Tints of Tusk #DCE69D
RGB
CMYK
RGB Variations
Color information
#DCE69D (or 0xDCE69D) is known color: Tusk. HEX triplet: DC, E6 and 9D. RGB value is (220,230,157). Sum of RGB (Red+Green+Blue) = 220+230+157=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE69D is #231962. Grayscale: #DADADA. Windows color (decimal): -2300259 or 10348252. OLE color: 10348252.
HSL color Cylindrical-coordinate representation of color #DCE69D: hue angle of 68.22º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE69D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 157 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.10 |
| HSL | 68.22º | 0.59% | 0.76% | - |
| HSV(B) | 68.22º | 0.32% | 0.9% | - |
| XYZ | 63.9 | 74.24 | 42.86 | - |
| YUV | 218.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 157 | 0.04 | 0 | 0.32 | 0.10 | 68.22 | 0.59 | 0.76 |
| Hex | DC | E6 | 9D | 4 | 0 | 20 | A | 44 | 3B | 4C |
| Octal | 334 | 346 | 235 | 4 | 0 | 40 | 12 | 104 | 73 | 114 |
| Binary | 11011100 | 11100110 | 10011101 | 100 | 0 | 100000 | 1010 | 1000100 | 111011 | 1001100 |
Color Harmonies of #DCE69D
Complementary color
Monochromatic Colors of #DCE69D
Black with #DCE69D
Text Example
Text Example
White with #DCE69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE69D; }
p { color: rgb(220,230,157); }
H1.HeaderClassName
{
color: #DCE69D;
}
.AnyTagClassName
{
color: #DCE69D;
}
</style>
background-color css
<style>
a { background-color: #DCE69D; }
a { background-color: rgb(220,230,157); }
div.DivClassName
{
background-color: #DCE69D;
}
.BgClassName
{
background-color: #DCE69D;
}
</style>
border-color css
<style>
span { border-color: #DCE69D; }
span { border-color: rgb(220,230,157); }
td.TdClassName
{
border-color: #DCE69D;
}
.TagClassName
{
border-color: #DCE69D;
}
</style>