Shades of Tulip Tree #DFB73D
Tints of Tulip Tree #DFB73D
RGB
CMYK
RGB Variations
Color information
#DFB73D (or 0xDFB73D) is known color: Tulip Tree. HEX triplet: DF, B7 and 3D. RGB value is (223,183,61). Sum of RGB (Red+Green+Blue) = 223+183+61=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB73D is #2048C2. Grayscale: #B5B5B5. Windows color (decimal): -2115779 or 4044767. OLE color: 4044767.
HSL color Cylindrical-coordinate representation of color #DFB73D: hue angle of 45.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFB73D is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 61 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.13 |
| HSL | 45.19º | 0.72% | 0.56% | - |
| HSV(B) | 45.19º | 0.73% | 0.87% | - |
| XYZ | 48.21 | 49.89 | 11.5 | - |
| YUV | 181.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 61 | 0 | 0.18 | 0.73 | 0.13 | 45.19 | 0.72 | 0.56 |
| Hex | DF | B7 | 3D | 0 | 12 | 49 | D | 2D | 48 | 38 |
| Octal | 337 | 267 | 75 | 0 | 22 | 111 | 15 | 55 | 110 | 70 |
| Binary | 11011111 | 10110111 | 111101 | 0 | 10010 | 1001001 | 1101 | 101101 | 1001000 | 111000 |
Color Harmonies of #DFB73D
Complementary color
Monochromatic Colors of #DFB73D
Black with #DFB73D
Text Example
Text Example
White with #DFB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB73D; }
p { color: rgb(223,183,61); }
H1.HeaderClassName
{
color: #DFB73D;
}
.AnyTagClassName
{
color: #DFB73D;
}
</style>
background-color css
<style>
a { background-color: #DFB73D; }
a { background-color: rgb(223,183,61); }
div.DivClassName
{
background-color: #DFB73D;
}
.BgClassName
{
background-color: #DFB73D;
}
</style>
border-color css
<style>
span { border-color: #DFB73D; }
span { border-color: rgb(223,183,61); }
td.TdClassName
{
border-color: #DFB73D;
}
.TagClassName
{
border-color: #DFB73D;
}
</style>