Shades of Tusk #DDE5B7
Tints of Tusk #DDE5B7
RGB
CMYK
RGB Variations
Color information
#DDE5B7 (or 0xDDE5B7) is known color: Tusk. HEX triplet: DD, E5 and B7. RGB value is (221,229,183). Sum of RGB (Red+Green+Blue) = 221+229+183=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5B7 is #221A48. Grayscale: #DDDDDD. Windows color (decimal): -2234953 or 12051933. OLE color: 12051933.
HSL color Cylindrical-coordinate representation of color #DDE5B7: hue angle of 70.43º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDE5B7 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 183 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.10 |
| HSL | 70.43º | 0.47% | 0.81% | - |
| HSV(B) | 70.43º | 0.2% | 0.9% | - |
| XYZ | 66.39 | 74.83 | 55.74 | - |
| YUV | 221.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 183 | 0.03 | 0 | 0.20 | 0.10 | 70.43 | 0.47 | 0.81 |
| Hex | DD | E5 | B7 | 3 | 0 | 14 | A | 46 | 2F | 51 |
| Octal | 335 | 345 | 267 | 3 | 0 | 24 | 12 | 106 | 57 | 121 |
| Binary | 11011101 | 11100101 | 10110111 | 11 | 0 | 10100 | 1010 | 1000110 | 101111 | 1010001 |
Color Harmonies of #DDE5B7
Complementary color
Monochromatic Colors of #DDE5B7
Black with #DDE5B7
Text Example
Text Example
White with #DDE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5B7; }
p { color: rgb(221,229,183); }
H1.HeaderClassName
{
color: #DDE5B7;
}
.AnyTagClassName
{
color: #DDE5B7;
}
</style>
background-color css
<style>
a { background-color: #DDE5B7; }
a { background-color: rgb(221,229,183); }
div.DivClassName
{
background-color: #DDE5B7;
}
.BgClassName
{
background-color: #DDE5B7;
}
</style>
border-color css
<style>
span { border-color: #DDE5B7; }
span { border-color: rgb(221,229,183); }
td.TdClassName
{
border-color: #DDE5B7;
}
.TagClassName
{
border-color: #DDE5B7;
}
</style>