Shades of Tulip Tree #DFA940
Tints of Tulip Tree #DFA940
RGB
CMYK
RGB Variations
Color information
#DFA940 (or 0xDFA940) is known color: Tulip Tree. HEX triplet: DF, A9 and 40. RGB value is (223,169,64). Sum of RGB (Red+Green+Blue) = 223+169+64=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA940 is #2056BF. Grayscale: #ADADAD. Windows color (decimal): -2119360 or 4237791. OLE color: 4237791.
HSL color Cylindrical-coordinate representation of color #DFA940: hue angle of 39.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFA940 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 64 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.13 |
| HSL | 39.62º | 0.71% | 0.56% | - |
| HSV(B) | 39.62º | 0.71% | 0.87% | - |
| XYZ | 45.54 | 44.43 | 11.03 | - |
| YUV | 173.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 64 | 0 | 0.24 | 0.71 | 0.13 | 39.62 | 0.71 | 0.56 |
| Hex | DF | A9 | 40 | 0 | 18 | 47 | D | 28 | 47 | 38 |
| Octal | 337 | 251 | 100 | 0 | 30 | 107 | 15 | 50 | 107 | 70 |
| Binary | 11011111 | 10101001 | 1000000 | 0 | 11000 | 1000111 | 1101 | 101000 | 1000111 | 111000 |
Color Harmonies of #DFA940
Complementary color
Monochromatic Colors of #DFA940
Black with #DFA940
Text Example
Text Example
White with #DFA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA940; }
p { color: rgb(223,169,64); }
H1.HeaderClassName
{
color: #DFA940;
}
.AnyTagClassName
{
color: #DFA940;
}
</style>
background-color css
<style>
a { background-color: #DFA940; }
a { background-color: rgb(223,169,64); }
div.DivClassName
{
background-color: #DFA940;
}
.BgClassName
{
background-color: #DFA940;
}
</style>
border-color css
<style>
span { border-color: #DFA940; }
span { border-color: rgb(223,169,64); }
td.TdClassName
{
border-color: #DFA940;
}
.TagClassName
{
border-color: #DFA940;
}
</style>