Shades of Tulip Tree #DFB73E
Tints of Tulip Tree #DFB73E
RGB
CMYK
RGB Variations
Color information
#DFB73E (or 0xDFB73E) is known color: Tulip Tree. HEX triplet: DF, B7 and 3E. RGB value is (223,183,62). Sum of RGB (Red+Green+Blue) = 223+183+62=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB73E is #2048C1. Grayscale: #B5B5B5. Windows color (decimal): -2115778 or 4110303. OLE color: 4110303.
HSL color Cylindrical-coordinate representation of color #DFB73E: hue angle of 45.09º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFB73E is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 62 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.13 |
| HSL | 45.09º | 0.72% | 0.56% | - |
| HSV(B) | 45.09º | 0.72% | 0.87% | - |
| XYZ | 48.23 | 49.9 | 11.65 | - |
| YUV | 181.17 | 60.75 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 62 | 0 | 0.18 | 0.72 | 0.13 | 45.09 | 0.72 | 0.56 |
| Hex | DF | B7 | 3E | 0 | 12 | 48 | D | 2D | 48 | 38 |
| Octal | 337 | 267 | 76 | 0 | 22 | 110 | 15 | 55 | 110 | 70 |
| Binary | 11011111 | 10110111 | 111110 | 0 | 10010 | 1001000 | 1101 | 101101 | 1001000 | 111000 |
Color Harmonies of #DFB73E
Complementary color
Monochromatic Colors of #DFB73E
Black with #DFB73E
Text Example
Text Example
White with #DFB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB73E; }
p { color: rgb(223,183,62); }
H1.HeaderClassName
{
color: #DFB73E;
}
.AnyTagClassName
{
color: #DFB73E;
}
</style>
background-color css
<style>
a { background-color: #DFB73E; }
a { background-color: rgb(223,183,62); }
div.DivClassName
{
background-color: #DFB73E;
}
.BgClassName
{
background-color: #DFB73E;
}
</style>
border-color css
<style>
span { border-color: #DFB73E; }
span { border-color: rgb(223,183,62); }
td.TdClassName
{
border-color: #DFB73E;
}
.TagClassName
{
border-color: #DFB73E;
}
</style>