Shades of Tulip Tree #DFB745
Tints of Tulip Tree #DFB745
RGB
CMYK
RGB Variations
Color information
#DFB745 (or 0xDFB745) is known color: Tulip Tree. HEX triplet: DF, B7 and 45. RGB value is (223,183,69). Sum of RGB (Red+Green+Blue) = 223+183+69=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB745 is #2048BA. Grayscale: #B6B6B6. Windows color (decimal): -2115771 or 4569055. OLE color: 4569055.
HSL color Cylindrical-coordinate representation of color #DFB745: hue angle of 44.42º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFB745 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 69 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.13 |
| HSL | 44.42º | 0.71% | 0.57% | - |
| HSV(B) | 44.42º | 0.69% | 0.87% | - |
| XYZ | 48.44 | 49.98 | 12.73 | - |
| YUV | 181.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 69 | 0 | 0.18 | 0.69 | 0.13 | 44.42 | 0.71 | 0.57 |
| Hex | DF | B7 | 45 | 0 | 12 | 45 | D | 2C | 47 | 39 |
| Octal | 337 | 267 | 105 | 0 | 22 | 105 | 15 | 54 | 107 | 71 |
| Binary | 11011111 | 10110111 | 1000101 | 0 | 10010 | 1000101 | 1101 | 101100 | 1000111 | 111001 |
Color Harmonies of #DFB745
Complementary color
Monochromatic Colors of #DFB745
Black with #DFB745
Text Example
Text Example
White with #DFB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB745; }
p { color: rgb(223,183,69); }
H1.HeaderClassName
{
color: #DFB745;
}
.AnyTagClassName
{
color: #DFB745;
}
</style>
background-color css
<style>
a { background-color: #DFB745; }
a { background-color: rgb(223,183,69); }
div.DivClassName
{
background-color: #DFB745;
}
.BgClassName
{
background-color: #DFB745;
}
</style>
border-color css
<style>
span { border-color: #DFB745; }
span { border-color: rgb(223,183,69); }
td.TdClassName
{
border-color: #DFB745;
}
.TagClassName
{
border-color: #DFB745;
}
</style>