Shades of Tulip Tree #DFB73F
Tints of Tulip Tree #DFB73F
RGB
CMYK
RGB Variations
Color information
#DFB73F (or 0xDFB73F) is known color: Tulip Tree. HEX triplet: DF, B7 and 3F. RGB value is (223,183,63). Sum of RGB (Red+Green+Blue) = 223+183+63=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB73F is #2048C0. Grayscale: #B5B5B5. Windows color (decimal): -2115777 or 4175839. OLE color: 4175839.
HSL color Cylindrical-coordinate representation of color #DFB73F: hue angle of 45º degrees, saturation: 0.71, 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 #DFB73F is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 63 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.13 |
| HSL | 45º | 0.71% | 0.56% | - |
| HSV(B) | 45º | 0.72% | 0.87% | - |
| XYZ | 48.26 | 49.91 | 11.79 | - |
| YUV | 181.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 63 | 0 | 0.18 | 0.72 | 0.13 | 45 | 0.71 | 0.56 |
| Hex | DF | B7 | 3F | 0 | 12 | 48 | D | 2D | 47 | 38 |
| Octal | 337 | 267 | 77 | 0 | 22 | 110 | 15 | 55 | 107 | 70 |
| Binary | 11011111 | 10110111 | 111111 | 0 | 10010 | 1001000 | 1101 | 101101 | 1000111 | 111000 |
Color Harmonies of #DFB73F
Complementary color
Monochromatic Colors of #DFB73F
Black with #DFB73F
Text Example
Text Example
White with #DFB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB73F; }
p { color: rgb(223,183,63); }
H1.HeaderClassName
{
color: #DFB73F;
}
.AnyTagClassName
{
color: #DFB73F;
}
</style>
background-color css
<style>
a { background-color: #DFB73F; }
a { background-color: rgb(223,183,63); }
div.DivClassName
{
background-color: #DFB73F;
}
.BgClassName
{
background-color: #DFB73F;
}
</style>
border-color css
<style>
span { border-color: #DFB73F; }
span { border-color: rgb(223,183,63); }
td.TdClassName
{
border-color: #DFB73F;
}
.TagClassName
{
border-color: #DFB73F;
}
</style>