Shades of Tusk #DCE69C
Tints of Tusk #DCE69C
RGB
CMYK
RGB Variations
Color information
#DCE69C (or 0xDCE69C) is known color: Tusk. HEX triplet: DC, E6 and 9C. RGB value is (220,230,156). Sum of RGB (Red+Green+Blue) = 220+230+156=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE69C is #231963. Grayscale: #DADADA. Windows color (decimal): -2300260 or 10282716. OLE color: 10282716.
HSL color Cylindrical-coordinate representation of color #DCE69C: hue angle of 68.11º degrees, saturation: 0.6, 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 #DCE69C is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 156 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.10 |
| HSL | 68.11º | 0.6% | 0.76% | - |
| HSV(B) | 68.11º | 0.32% | 0.9% | - |
| XYZ | 63.81 | 74.21 | 42.41 | - |
| YUV | 218.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 156 | 0.04 | 0 | 0.32 | 0.10 | 68.11 | 0.6 | 0.76 |
| Hex | DC | E6 | 9C | 4 | 0 | 20 | A | 44 | 3C | 4C |
| Octal | 334 | 346 | 234 | 4 | 0 | 40 | 12 | 104 | 74 | 114 |
| Binary | 11011100 | 11100110 | 10011100 | 100 | 0 | 100000 | 1010 | 1000100 | 111100 | 1001100 |
Color Harmonies of #DCE69C
Complementary color
Monochromatic Colors of #DCE69C
Black with #DCE69C
Text Example
Text Example
White with #DCE69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE69C; }
p { color: rgb(220,230,156); }
H1.HeaderClassName
{
color: #DCE69C;
}
.AnyTagClassName
{
color: #DCE69C;
}
</style>
background-color css
<style>
a { background-color: #DCE69C; }
a { background-color: rgb(220,230,156); }
div.DivClassName
{
background-color: #DCE69C;
}
.BgClassName
{
background-color: #DCE69C;
}
</style>
border-color css
<style>
span { border-color: #DCE69C; }
span { border-color: rgb(220,230,156); }
td.TdClassName
{
border-color: #DCE69C;
}
.TagClassName
{
border-color: #DCE69C;
}
</style>