Shades of Tusk #DDE59D
Tints of Tusk #DDE59D
RGB
CMYK
RGB Variations
Color information
#DDE59D (or 0xDDE59D) is known color: Tusk. HEX triplet: DD, E5 and 9D. RGB value is (221,229,157). Sum of RGB (Red+Green+Blue) = 221+229+157=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE59D is #221A62. Grayscale: #DADADA. Windows color (decimal): -2234979 or 10347997. OLE color: 10347997.
HSL color Cylindrical-coordinate representation of color #DDE59D: hue angle of 66.67º 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 #DDE59D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 157 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.10 |
| HSL | 66.67º | 0.58% | 0.76% | - |
| HSV(B) | 66.67º | 0.31% | 0.9% | - |
| XYZ | 63.92 | 73.85 | 42.78 | - |
| YUV | 218.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 157 | 0.03 | 0 | 0.31 | 0.10 | 66.67 | 0.58 | 0.76 |
| Hex | DD | E5 | 9D | 3 | 0 | 1F | A | 43 | 3A | 4C |
| Octal | 335 | 345 | 235 | 3 | 0 | 37 | 12 | 103 | 72 | 114 |
| Binary | 11011101 | 11100101 | 10011101 | 11 | 0 | 11111 | 1010 | 1000011 | 111010 | 1001100 |
Color Harmonies of #DDE59D
Complementary color
Monochromatic Colors of #DDE59D
Black with #DDE59D
Text Example
Text Example
White with #DDE59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE59D; }
p { color: rgb(221,229,157); }
H1.HeaderClassName
{
color: #DDE59D;
}
.AnyTagClassName
{
color: #DDE59D;
}
</style>
background-color css
<style>
a { background-color: #DDE59D; }
a { background-color: rgb(221,229,157); }
div.DivClassName
{
background-color: #DDE59D;
}
.BgClassName
{
background-color: #DDE59D;
}
</style>
border-color css
<style>
span { border-color: #DDE59D; }
span { border-color: rgb(221,229,157); }
td.TdClassName
{
border-color: #DDE59D;
}
.TagClassName
{
border-color: #DDE59D;
}
</style>