Shades of Tulip Tree #DFBA42
Tints of Tulip Tree #DFBA42
RGB
CMYK
RGB Variations
Color information
#DFBA42 (or 0xDFBA42) is known color: Tulip Tree. HEX triplet: DF, BA and 42. RGB value is (223,186,66). Sum of RGB (Red+Green+Blue) = 223+186+66=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA42 is #2045BD. Grayscale: #B7B7B7. Windows color (decimal): -2115006 or 4373215. OLE color: 4373215.
HSL color Cylindrical-coordinate representation of color #DFBA42: hue angle of 45.86º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFBA42 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 66 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.13 |
| HSL | 45.86º | 0.71% | 0.57% | - |
| HSV(B) | 45.86º | 0.7% | 0.87% | - |
| XYZ | 48.97 | 51.2 | 12.46 | - |
| YUV | 183.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 66 | 0 | 0.17 | 0.70 | 0.13 | 45.86 | 0.71 | 0.57 |
| Hex | DF | BA | 42 | 0 | 11 | 46 | D | 2E | 47 | 39 |
| Octal | 337 | 272 | 102 | 0 | 21 | 106 | 15 | 56 | 107 | 71 |
| Binary | 11011111 | 10111010 | 1000010 | 0 | 10001 | 1000110 | 1101 | 101110 | 1000111 | 111001 |
Color Harmonies of #DFBA42
Complementary color
Monochromatic Colors of #DFBA42
Black with #DFBA42
Text Example
Text Example
White with #DFBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA42; }
p { color: rgb(223,186,66); }
H1.HeaderClassName
{
color: #DFBA42;
}
.AnyTagClassName
{
color: #DFBA42;
}
</style>
background-color css
<style>
a { background-color: #DFBA42; }
a { background-color: rgb(223,186,66); }
div.DivClassName
{
background-color: #DFBA42;
}
.BgClassName
{
background-color: #DFBA42;
}
</style>
border-color css
<style>
span { border-color: #DFBA42; }
span { border-color: rgb(223,186,66); }
td.TdClassName
{
border-color: #DFBA42;
}
.TagClassName
{
border-color: #DFBA42;
}
</style>