Shades of Tusk #DEDFBA
Tints of Tusk #DEDFBA
RGB
CMYK
RGB Variations
Color information
#DEDFBA (or 0xDEDFBA) is known color: Tusk. HEX triplet: DE, DF and BA. RGB value is (222,223,186). Sum of RGB (Red+Green+Blue) = 222+223+186=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFBA is #212045. Grayscale: #DADADA. Windows color (decimal): -2170950 or 12247006. OLE color: 12247006.
HSL color Cylindrical-coordinate representation of color #DEDFBA: hue angle of 61.62º degrees, saturation: 0.37, 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 #DEDFBA is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 186 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.13 |
| HSL | 61.62º | 0.37% | 0.8% | - |
| HSV(B) | 61.62º | 0.17% | 0.87% | - |
| XYZ | 65.37 | 71.85 | 56.88 | - |
| YUV | 218.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 186 | 0.00 | 0 | 0.17 | 0.13 | 61.62 | 0.37 | 0.8 |
| Hex | DE | DF | BA | 0 | 0 | 11 | D | 3E | 25 | 50 |
| Octal | 336 | 337 | 272 | 0 | 0 | 21 | 15 | 76 | 45 | 120 |
| Binary | 11011110 | 11011111 | 10111010 | 0 | 0 | 10001 | 1101 | 111110 | 100101 | 1010000 |
Color Harmonies of #DEDFBA
Complementary color
Monochromatic Colors of #DEDFBA
Black with #DEDFBA
Text Example
Text Example
White with #DEDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFBA; }
p { color: rgb(222,223,186); }
H1.HeaderClassName
{
color: #DEDFBA;
}
.AnyTagClassName
{
color: #DEDFBA;
}
</style>
background-color css
<style>
a { background-color: #DEDFBA; }
a { background-color: rgb(222,223,186); }
div.DivClassName
{
background-color: #DEDFBA;
}
.BgClassName
{
background-color: #DEDFBA;
}
</style>
border-color css
<style>
span { border-color: #DEDFBA; }
span { border-color: rgb(222,223,186); }
td.TdClassName
{
border-color: #DEDFBA;
}
.TagClassName
{
border-color: #DEDFBA;
}
</style>