Shades of Tusk #DFEAA1
Tints of Tusk #DFEAA1
RGB
CMYK
RGB Variations
Color information
#DFEAA1 (or 0xDFEAA1) is known color: Tusk. HEX triplet: DF, EA and A1. RGB value is (223,234,161). Sum of RGB (Red+Green+Blue) = 223+234+161=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEAA1 is #20155E. Grayscale: #DEDEDE. Windows color (decimal): -2102623 or 10611423. OLE color: 10611423.
HSL color Cylindrical-coordinate representation of color #DFEAA1: hue angle of 69.04º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFEAA1 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 161 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.08 |
| HSL | 69.04º | 0.63% | 0.77% | - |
| HSV(B) | 69.04º | 0.31% | 0.92% | - |
| XYZ | 66.29 | 77.11 | 45.11 | - |
| YUV | 222.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 161 | 0.05 | 0 | 0.31 | 0.08 | 69.04 | 0.63 | 0.77 |
| Hex | DF | EA | A1 | 5 | 0 | 1F | 8 | 45 | 3F | 4D |
| Octal | 337 | 352 | 241 | 5 | 0 | 37 | 10 | 105 | 77 | 115 |
| Binary | 11011111 | 11101010 | 10100001 | 101 | 0 | 11111 | 1000 | 1000101 | 111111 | 1001101 |
Color Harmonies of #DFEAA1
Complementary color
Monochromatic Colors of #DFEAA1
Black with #DFEAA1
Text Example
Text Example
White with #DFEAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAA1; }
p { color: rgb(223,234,161); }
H1.HeaderClassName
{
color: #DFEAA1;
}
.AnyTagClassName
{
color: #DFEAA1;
}
</style>
background-color css
<style>
a { background-color: #DFEAA1; }
a { background-color: rgb(223,234,161); }
div.DivClassName
{
background-color: #DFEAA1;
}
.BgClassName
{
background-color: #DFEAA1;
}
</style>
border-color css
<style>
span { border-color: #DFEAA1; }
span { border-color: rgb(223,234,161); }
td.TdClassName
{
border-color: #DFEAA1;
}
.TagClassName
{
border-color: #DFEAA1;
}
</style>