Shades of Tusk #DFE59D
Tints of Tusk #DFE59D
RGB
CMYK
RGB Variations
Color information
#DFE59D (or 0xDFE59D) is known color: Tusk. HEX triplet: DF, E5 and 9D. RGB value is (223,229,157). Sum of RGB (Red+Green+Blue) = 223+229+157=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE59D is #201A62. Grayscale: #DBDBDB. Windows color (decimal): -2103907 or 10347999. OLE color: 10347999.
HSL color Cylindrical-coordinate representation of color #DFE59D: hue angle of 65º degrees, saturation: 0.58, 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 #DFE59D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 157 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.10 |
| HSL | 65º | 0.58% | 0.76% | - |
| HSV(B) | 65º | 0.31% | 0.9% | - |
| XYZ | 64.54 | 74.16 | 42.81 | - |
| YUV | 219 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 157 | 0.03 | 0 | 0.31 | 0.10 | 65 | 0.58 | 0.76 |
| Hex | DF | E5 | 9D | 3 | 0 | 1F | A | 41 | 3A | 4C |
| Octal | 337 | 345 | 235 | 3 | 0 | 37 | 12 | 101 | 72 | 114 |
| Binary | 11011111 | 11100101 | 10011101 | 11 | 0 | 11111 | 1010 | 1000001 | 111010 | 1001100 |
Color Harmonies of #DFE59D
Complementary color
Monochromatic Colors of #DFE59D
Black with #DFE59D
Text Example
Text Example
White with #DFE59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE59D; }
p { color: rgb(223,229,157); }
H1.HeaderClassName
{
color: #DFE59D;
}
.AnyTagClassName
{
color: #DFE59D;
}
</style>
background-color css
<style>
a { background-color: #DFE59D; }
a { background-color: rgb(223,229,157); }
div.DivClassName
{
background-color: #DFE59D;
}
.BgClassName
{
background-color: #DFE59D;
}
</style>
border-color css
<style>
span { border-color: #DFE59D; }
span { border-color: rgb(223,229,157); }
td.TdClassName
{
border-color: #DFE59D;
}
.TagClassName
{
border-color: #DFE59D;
}
</style>