Shades of Tusk #DFEAB3
Tints of Tusk #DFEAB3
RGB
CMYK
RGB Variations
Color information
#DFEAB3 (or 0xDFEAB3) is known color: Tusk. HEX triplet: DF, EA and B3. RGB value is (223,234,179). Sum of RGB (Red+Green+Blue) = 223+234+179=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAB3 is #20154C. Grayscale: #E0E0E0. Windows color (decimal): -2102605 or 11791071. OLE color: 11791071.
HSL color Cylindrical-coordinate representation of color #DFEAB3: hue angle of 72º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFEAB3 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 179 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.08 |
| HSL | 72º | 0.57% | 0.81% | - |
| HSV(B) | 72º | 0.24% | 0.92% | - |
| XYZ | 67.99 | 77.79 | 54.08 | - |
| YUV | 224.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 179 | 0.05 | 0 | 0.24 | 0.08 | 72 | 0.57 | 0.81 |
| Hex | DF | EA | B3 | 5 | 0 | 18 | 8 | 48 | 39 | 51 |
| Octal | 337 | 352 | 263 | 5 | 0 | 30 | 10 | 110 | 71 | 121 |
| Binary | 11011111 | 11101010 | 10110011 | 101 | 0 | 11000 | 1000 | 1001000 | 111001 | 1010001 |
Color Harmonies of #DFEAB3
Complementary color
Monochromatic Colors of #DFEAB3
Black with #DFEAB3
Text Example
Text Example
White with #DFEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAB3; }
p { color: rgb(223,234,179); }
H1.HeaderClassName
{
color: #DFEAB3;
}
.AnyTagClassName
{
color: #DFEAB3;
}
</style>
background-color css
<style>
a { background-color: #DFEAB3; }
a { background-color: rgb(223,234,179); }
div.DivClassName
{
background-color: #DFEAB3;
}
.BgClassName
{
background-color: #DFEAB3;
}
</style>
border-color css
<style>
span { border-color: #DFEAB3; }
span { border-color: rgb(223,234,179); }
td.TdClassName
{
border-color: #DFEAB3;
}
.TagClassName
{
border-color: #DFEAB3;
}
</style>