Shades of Tusk #DFEAB4
Tints of Tusk #DFEAB4
RGB
CMYK
RGB Variations
Color information
#DFEAB4 (or 0xDFEAB4) is known color: Tusk. HEX triplet: DF, EA and B4. RGB value is (223,234,180). Sum of RGB (Red+Green+Blue) = 223+234+180=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAB4 is #20154B. Grayscale: #E0E0E0. Windows color (decimal): -2102604 or 11856607. OLE color: 11856607.
HSL color Cylindrical-coordinate representation of color #DFEAB4: hue angle of 72.22º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFEAB4 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 180 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.08 |
| HSL | 72.22º | 0.56% | 0.81% | - |
| HSV(B) | 72.22º | 0.23% | 0.92% | - |
| XYZ | 68.09 | 77.83 | 54.61 | - |
| YUV | 224.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 180 | 0.05 | 0 | 0.23 | 0.08 | 72.22 | 0.56 | 0.81 |
| Hex | DF | EA | B4 | 5 | 0 | 17 | 8 | 48 | 38 | 51 |
| Octal | 337 | 352 | 264 | 5 | 0 | 27 | 10 | 110 | 70 | 121 |
| Binary | 11011111 | 11101010 | 10110100 | 101 | 0 | 10111 | 1000 | 1001000 | 111000 | 1010001 |
Color Harmonies of #DFEAB4
Complementary color
Monochromatic Colors of #DFEAB4
Black with #DFEAB4
Text Example
Text Example
White with #DFEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAB4; }
p { color: rgb(223,234,180); }
H1.HeaderClassName
{
color: #DFEAB4;
}
.AnyTagClassName
{
color: #DFEAB4;
}
</style>
background-color css
<style>
a { background-color: #DFEAB4; }
a { background-color: rgb(223,234,180); }
div.DivClassName
{
background-color: #DFEAB4;
}
.BgClassName
{
background-color: #DFEAB4;
}
</style>
border-color css
<style>
span { border-color: #DFEAB4; }
span { border-color: rgb(223,234,180); }
td.TdClassName
{
border-color: #DFEAB4;
}
.TagClassName
{
border-color: #DFEAB4;
}
</style>