Shades of Tusk #DDDFB8
Tints of Tusk #DDDFB8
RGB
CMYK
RGB Variations
Color information
#DDDFB8 (or 0xDDDFB8) is known color: Tusk. HEX triplet: DD, DF and B8. RGB value is (221,223,184). Sum of RGB (Red+Green+Blue) = 221+223+184=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFB8 is #222047. Grayscale: #DADADA. Windows color (decimal): -2236488 or 12115933. OLE color: 12115933.
HSL color Cylindrical-coordinate representation of color #DDDFB8: hue angle of 63.08º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDDFB8 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 184 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.13 |
| HSL | 63.08º | 0.38% | 0.8% | - |
| HSV(B) | 63.08º | 0.17% | 0.87% | - |
| XYZ | 64.86 | 71.61 | 55.75 | - |
| YUV | 217.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 184 | 0.01 | 0 | 0.17 | 0.13 | 63.08 | 0.38 | 0.8 |
| Hex | DD | DF | B8 | 1 | 0 | 11 | D | 3F | 26 | 50 |
| Octal | 335 | 337 | 270 | 1 | 0 | 21 | 15 | 77 | 46 | 120 |
| Binary | 11011101 | 11011111 | 10111000 | 1 | 0 | 10001 | 1101 | 111111 | 100110 | 1010000 |
Color Harmonies of #DDDFB8
Complementary color
Monochromatic Colors of #DDDFB8
Black with #DDDFB8
Text Example
Text Example
White with #DDDFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFB8; }
p { color: rgb(221,223,184); }
H1.HeaderClassName
{
color: #DDDFB8;
}
.AnyTagClassName
{
color: #DDDFB8;
}
</style>
background-color css
<style>
a { background-color: #DDDFB8; }
a { background-color: rgb(221,223,184); }
div.DivClassName
{
background-color: #DDDFB8;
}
.BgClassName
{
background-color: #DDDFB8;
}
</style>
border-color css
<style>
span { border-color: #DDDFB8; }
span { border-color: rgb(221,223,184); }
td.TdClassName
{
border-color: #DDDFB8;
}
.TagClassName
{
border-color: #DDDFB8;
}
</style>