Shades of Tusk #DDE39D
Tints of Tusk #DDE39D
RGB
CMYK
RGB Variations
Color information
#DDE39D (or 0xDDE39D) is known color: Tusk. HEX triplet: DD, E3 and 9D. RGB value is (221,227,157). Sum of RGB (Red+Green+Blue) = 221+227+157=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE39D is #221C62. Grayscale: #D9D9D9. Windows color (decimal): -2235491 or 10347485. OLE color: 10347485.
HSL color Cylindrical-coordinate representation of color #DDE39D: hue angle of 65.14º 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 #DDE39D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 157 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.11 |
| HSL | 65.14º | 0.56% | 0.75% | - |
| HSV(B) | 65.14º | 0.31% | 0.89% | - |
| XYZ | 63.37 | 72.74 | 42.6 | - |
| YUV | 217.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 157 | 0.03 | 0 | 0.31 | 0.11 | 65.14 | 0.56 | 0.75 |
| Hex | DD | E3 | 9D | 3 | 0 | 1F | B | 41 | 38 | 4B |
| Octal | 335 | 343 | 235 | 3 | 0 | 37 | 13 | 101 | 70 | 113 |
| Binary | 11011101 | 11100011 | 10011101 | 11 | 0 | 11111 | 1011 | 1000001 | 111000 | 1001011 |
Color Harmonies of #DDE39D
Complementary color
Monochromatic Colors of #DDE39D
Black with #DDE39D
Text Example
Text Example
White with #DDE39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE39D; }
p { color: rgb(221,227,157); }
H1.HeaderClassName
{
color: #DDE39D;
}
.AnyTagClassName
{
color: #DDE39D;
}
</style>
background-color css
<style>
a { background-color: #DDE39D; }
a { background-color: rgb(221,227,157); }
div.DivClassName
{
background-color: #DDE39D;
}
.BgClassName
{
background-color: #DDE39D;
}
</style>
border-color css
<style>
span { border-color: #DDE39D; }
span { border-color: rgb(221,227,157); }
td.TdClassName
{
border-color: #DDE39D;
}
.TagClassName
{
border-color: #DDE39D;
}
</style>