Shades of Tusk #DDECAD
Tints of Tusk #DDECAD
RGB
CMYK
RGB Variations
Color information
#DDECAD (or 0xDDECAD) is known color: Tusk. HEX triplet: DD, EC and AD. RGB value is (221,236,173). Sum of RGB (Red+Green+Blue) = 221+236+173=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDECAD is #221352. Grayscale: #E0E0E0. Windows color (decimal): -2233171 or 11398365. OLE color: 11398365.
HSL color Cylindrical-coordinate representation of color #DDECAD: hue angle of 74.29º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDECAD is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 173 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.07 |
| HSL | 74.29º | 0.62% | 0.8% | - |
| HSV(B) | 74.29º | 0.27% | 0.93% | - |
| XYZ | 67.36 | 78.38 | 51.11 | - |
| YUV | 224.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 173 | 0.06 | 0 | 0.27 | 0.07 | 74.29 | 0.62 | 0.8 |
| Hex | DD | EC | AD | 6 | 0 | 1B | 7 | 4A | 3E | 50 |
| Octal | 335 | 354 | 255 | 6 | 0 | 33 | 7 | 112 | 76 | 120 |
| Binary | 11011101 | 11101100 | 10101101 | 110 | 0 | 11011 | 111 | 1001010 | 111110 | 1010000 |
Color Harmonies of #DDECAD
Complementary color
Monochromatic Colors of #DDECAD
Black with #DDECAD
Text Example
Text Example
White with #DDECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECAD; }
p { color: rgb(221,236,173); }
H1.HeaderClassName
{
color: #DDECAD;
}
.AnyTagClassName
{
color: #DDECAD;
}
</style>
background-color css
<style>
a { background-color: #DDECAD; }
a { background-color: rgb(221,236,173); }
div.DivClassName
{
background-color: #DDECAD;
}
.BgClassName
{
background-color: #DDECAD;
}
</style>
border-color css
<style>
span { border-color: #DDECAD; }
span { border-color: rgb(221,236,173); }
td.TdClassName
{
border-color: #DDECAD;
}
.TagClassName
{
border-color: #DDECAD;
}
</style>