Shades of Tusk #DDDFA7
Tints of Tusk #DDDFA7
RGB
CMYK
RGB Variations
Color information
#DDDFA7 (or 0xDDDFA7) is known color: Tusk. HEX triplet: DD, DF and A7. RGB value is (221,223,167). Sum of RGB (Red+Green+Blue) = 221+223+167=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFA7 is #222058. Grayscale: #D8D8D8. Windows color (decimal): -2236505 or 11001821. OLE color: 11001821.
HSL color Cylindrical-coordinate representation of color #DDDFA7: hue angle of 62.14º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDDFA7 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 167 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.13 |
| HSL | 62.14º | 0.47% | 0.76% | - |
| HSV(B) | 62.14º | 0.25% | 0.87% | - |
| XYZ | 63.18 | 70.94 | 46.92 | - |
| YUV | 216.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 167 | 0.01 | 0 | 0.25 | 0.13 | 62.14 | 0.47 | 0.76 |
| Hex | DD | DF | A7 | 1 | 0 | 19 | D | 3E | 2F | 4C |
| Octal | 335 | 337 | 247 | 1 | 0 | 31 | 15 | 76 | 57 | 114 |
| Binary | 11011101 | 11011111 | 10100111 | 1 | 0 | 11001 | 1101 | 111110 | 101111 | 1001100 |
Color Harmonies of #DDDFA7
Complementary color
Monochromatic Colors of #DDDFA7
Black with #DDDFA7
Text Example
Text Example
White with #DDDFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFA7; }
p { color: rgb(221,223,167); }
H1.HeaderClassName
{
color: #DDDFA7;
}
.AnyTagClassName
{
color: #DDDFA7;
}
</style>
background-color css
<style>
a { background-color: #DDDFA7; }
a { background-color: rgb(221,223,167); }
div.DivClassName
{
background-color: #DDDFA7;
}
.BgClassName
{
background-color: #DDDFA7;
}
</style>
border-color css
<style>
span { border-color: #DDDFA7; }
span { border-color: rgb(221,223,167); }
td.TdClassName
{
border-color: #DDDFA7;
}
.TagClassName
{
border-color: #DDDFA7;
}
</style>