Shades of Tusk #DDECAF
Tints of Tusk #DDECAF
RGB
CMYK
RGB Variations
Color information
#DDECAF (or 0xDDECAF) is known color: Tusk. HEX triplet: DD, EC and AF. RGB value is (221,236,175). Sum of RGB (Red+Green+Blue) = 221+236+175=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECAF is #221350. Grayscale: #E0E0E0. Windows color (decimal): -2233169 or 11529437. OLE color: 11529437.
HSL color Cylindrical-coordinate representation of color #DDECAF: hue angle of 74.75º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDECAF is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 175 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.07 |
| HSL | 74.75º | 0.62% | 0.81% | - |
| HSV(B) | 74.75º | 0.26% | 0.93% | - |
| XYZ | 67.55 | 78.46 | 52.14 | - |
| YUV | 224.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 175 | 0.06 | 0 | 0.26 | 0.07 | 74.75 | 0.62 | 0.81 |
| Hex | DD | EC | AF | 6 | 0 | 1A | 7 | 4B | 3E | 51 |
| Octal | 335 | 354 | 257 | 6 | 0 | 32 | 7 | 113 | 76 | 121 |
| Binary | 11011101 | 11101100 | 10101111 | 110 | 0 | 11010 | 111 | 1001011 | 111110 | 1010001 |
Color Harmonies of #DDECAF
Complementary color
Monochromatic Colors of #DDECAF
Black with #DDECAF
Text Example
Text Example
White with #DDECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECAF; }
p { color: rgb(221,236,175); }
H1.HeaderClassName
{
color: #DDECAF;
}
.AnyTagClassName
{
color: #DDECAF;
}
</style>
background-color css
<style>
a { background-color: #DDECAF; }
a { background-color: rgb(221,236,175); }
div.DivClassName
{
background-color: #DDECAF;
}
.BgClassName
{
background-color: #DDECAF;
}
</style>
border-color css
<style>
span { border-color: #DDECAF; }
span { border-color: rgb(221,236,175); }
td.TdClassName
{
border-color: #DDECAF;
}
.TagClassName
{
border-color: #DDECAF;
}
</style>