Shades of Tulip Tree #DFA938
Tints of Tulip Tree #DFA938
RGB
CMYK
RGB Variations
Color information
#DFA938 (or 0xDFA938) is known color: Tulip Tree. HEX triplet: DF, A9 and 38. RGB value is (223,169,56). Sum of RGB (Red+Green+Blue) = 223+169+56=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA938 is #2056C7. Grayscale: #ACACAC. Windows color (decimal): -2119368 or 3713503. OLE color: 3713503.
HSL color Cylindrical-coordinate representation of color #DFA938: hue angle of 40.6º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFA938 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 56 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.13 |
| HSL | 40.6º | 0.72% | 0.55% | - |
| HSV(B) | 40.6º | 0.75% | 0.87% | - |
| XYZ | 45.33 | 44.35 | 9.91 | - |
| YUV | 172.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 56 | 0 | 0.24 | 0.75 | 0.13 | 40.6 | 0.72 | 0.55 |
| Hex | DF | A9 | 38 | 0 | 18 | 4B | D | 29 | 48 | 37 |
| Octal | 337 | 251 | 70 | 0 | 30 | 113 | 15 | 51 | 110 | 67 |
| Binary | 11011111 | 10101001 | 111000 | 0 | 11000 | 1001011 | 1101 | 101001 | 1001000 | 110111 |
Color Harmonies of #DFA938
Complementary color
Monochromatic Colors of #DFA938
Black with #DFA938
Text Example
Text Example
White with #DFA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA938; }
p { color: rgb(223,169,56); }
H1.HeaderClassName
{
color: #DFA938;
}
.AnyTagClassName
{
color: #DFA938;
}
</style>
background-color css
<style>
a { background-color: #DFA938; }
a { background-color: rgb(223,169,56); }
div.DivClassName
{
background-color: #DFA938;
}
.BgClassName
{
background-color: #DFA938;
}
</style>
border-color css
<style>
span { border-color: #DFA938; }
span { border-color: rgb(223,169,56); }
td.TdClassName
{
border-color: #DFA938;
}
.TagClassName
{
border-color: #DFA938;
}
</style>