Shades of Tusk #DFDEB7
Tints of Tusk #DFDEB7
RGB
CMYK
RGB Variations
Color information
#DFDEB7 (or 0xDFDEB7) is known color: Tusk. HEX triplet: DF, DE and B7. RGB value is (223,222,183). Sum of RGB (Red+Green+Blue) = 223+222+183=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 183 (71.88% from 255 or 29.14% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEB7 is #202148. Grayscale: #DADADA. Windows color (decimal): -2105673 or 12050143. OLE color: 12050143.
HSL color Cylindrical-coordinate representation of color #DFDEB7: hue angle of 58.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFDEB7 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 222 | 183 | - |
CMYK | 0 | 0.00 | 0.18 | 0.13 |
HSL | 58.5º | 0.38% | 0.8% | - |
HSV(B) | 58.5º | 0.18% | 0.87% | - |
XYZ | 65.1 | 71.35 | 55.14 | - |
YUV | 217.85 | 108.33 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 183 | 0 | 0.00 | 0.18 | 0.13 | 58.5 | 0.38 | 0.8 |
Hex | DF | DE | B7 | 0 | 0 | 12 | D | 3A | 26 | 50 |
Octal | 337 | 336 | 267 | 0 | 0 | 22 | 15 | 72 | 46 | 120 |
Binary | 11011111 | 11011110 | 10110111 | 0 | 0 | 10010 | 1101 | 111010 | 100110 | 1010000 |
Color Harmonies of #DFDEB7
Complementary color
Monochromatic Colors of #DFDEB7
Black with #DFDEB7
Text Example
Text Example
White with #DFDEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEB7; }
p { color: rgb(223,222,183); }
H1.HeaderClassName
{
color: #DFDEB7;
}
.AnyTagClassName
{
color: #DFDEB7;
}
</style>
background-color css
<style>
a { background-color: #DFDEB7; }
a { background-color: rgb(223,222,183); }
div.DivClassName
{
background-color: #DFDEB7;
}
.BgClassName
{
background-color: #DFDEB7;
}
</style>
border-color css
<style>
span { border-color: #DFDEB7; }
span { border-color: rgb(223,222,183); }
td.TdClassName
{
border-color: #DFDEB7;
}
.TagClassName
{
border-color: #DFDEB7;
}
</style>