Shades of Tulip Tree #DFB741
Tints of Tulip Tree #DFB741
RGB
CMYK
RGB Variations
Color information
#DFB741 (or 0xDFB741) is known color: Tulip Tree. HEX triplet: DF, B7 and 41. RGB value is (223,183,65). Sum of RGB (Red+Green+Blue) = 223+183+65=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB741 is #2048BE. Grayscale: #B6B6B6. Windows color (decimal): -2115775 or 4306911. OLE color: 4306911.
HSL color Cylindrical-coordinate representation of color #DFB741: hue angle of 44.81º 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 #DFB741 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 65 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.13 |
| HSL | 44.81º | 0.71% | 0.56% | - |
| HSV(B) | 44.81º | 0.71% | 0.87% | - |
| XYZ | 48.32 | 49.94 | 12.09 | - |
| YUV | 181.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 65 | 0 | 0.18 | 0.71 | 0.13 | 44.81 | 0.71 | 0.56 |
| Hex | DF | B7 | 41 | 0 | 12 | 47 | D | 2D | 47 | 38 |
| Octal | 337 | 267 | 101 | 0 | 22 | 107 | 15 | 55 | 107 | 70 |
| Binary | 11011111 | 10110111 | 1000001 | 0 | 10010 | 1000111 | 1101 | 101101 | 1000111 | 111000 |
Color Harmonies of #DFB741
Complementary color
Monochromatic Colors of #DFB741
Black with #DFB741
Text Example
Text Example
White with #DFB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB741; }
p { color: rgb(223,183,65); }
H1.HeaderClassName
{
color: #DFB741;
}
.AnyTagClassName
{
color: #DFB741;
}
</style>
background-color css
<style>
a { background-color: #DFB741; }
a { background-color: rgb(223,183,65); }
div.DivClassName
{
background-color: #DFB741;
}
.BgClassName
{
background-color: #DFB741;
}
</style>
border-color css
<style>
span { border-color: #DFB741; }
span { border-color: rgb(223,183,65); }
td.TdClassName
{
border-color: #DFB741;
}
.TagClassName
{
border-color: #DFB741;
}
</style>