Shades of Tusk #DFEBB0
Tints of Tusk #DFEBB0
RGB
CMYK
RGB Variations
Color information
#DFEBB0 (or 0xDFEBB0) is known color: Tusk. HEX triplet: DF, EB and B0. RGB value is (223,235,176). Sum of RGB (Red+Green+Blue) = 223+235+176=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBB0 is #20144F. Grayscale: #E0E0E0. Windows color (decimal): -2102352 or 11594719. OLE color: 11594719.
HSL color Cylindrical-coordinate representation of color #DFEBB0: hue angle of 72.2º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFEBB0 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 176 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.08 |
| HSL | 72.2º | 0.6% | 0.81% | - |
| HSV(B) | 72.2º | 0.25% | 0.92% | - |
| XYZ | 67.98 | 78.24 | 52.59 | - |
| YUV | 224.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 176 | 0.05 | 0 | 0.25 | 0.08 | 72.2 | 0.6 | 0.81 |
| Hex | DF | EB | B0 | 5 | 0 | 19 | 8 | 48 | 3C | 51 |
| Octal | 337 | 353 | 260 | 5 | 0 | 31 | 10 | 110 | 74 | 121 |
| Binary | 11011111 | 11101011 | 10110000 | 101 | 0 | 11001 | 1000 | 1001000 | 111100 | 1010001 |
Color Harmonies of #DFEBB0
Complementary color
Monochromatic Colors of #DFEBB0
Black with #DFEBB0
Text Example
Text Example
White with #DFEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBB0; }
p { color: rgb(223,235,176); }
H1.HeaderClassName
{
color: #DFEBB0;
}
.AnyTagClassName
{
color: #DFEBB0;
}
</style>
background-color css
<style>
a { background-color: #DFEBB0; }
a { background-color: rgb(223,235,176); }
div.DivClassName
{
background-color: #DFEBB0;
}
.BgClassName
{
background-color: #DFEBB0;
}
</style>
border-color css
<style>
span { border-color: #DFEBB0; }
span { border-color: rgb(223,235,176); }
td.TdClassName
{
border-color: #DFEBB0;
}
.TagClassName
{
border-color: #DFEBB0;
}
</style>