Shades of Tulip Tree #DFBB40
Tints of Tulip Tree #DFBB40
RGB
CMYK
RGB Variations
Color information
#DFBB40 (or 0xDFBB40) is known color: Tulip Tree. HEX triplet: DF, BB and 40. RGB value is (223,187,64). Sum of RGB (Red+Green+Blue) = 223+187+64=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB40 is #2044BF. Grayscale: #B8B8B8. Windows color (decimal): -2114752 or 4242399. OLE color: 4242399.
HSL color Cylindrical-coordinate representation of color #DFBB40: hue angle of 46.42º 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 #DFBB40 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 64 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.13 |
| HSL | 46.42º | 0.71% | 0.56% | - |
| HSV(B) | 46.42º | 0.71% | 0.87% | - |
| XYZ | 49.13 | 51.6 | 12.22 | - |
| YUV | 183.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 64 | 0 | 0.16 | 0.71 | 0.13 | 46.42 | 0.71 | 0.56 |
| Hex | DF | BB | 40 | 0 | 10 | 47 | D | 2E | 47 | 38 |
| Octal | 337 | 273 | 100 | 0 | 20 | 107 | 15 | 56 | 107 | 70 |
| Binary | 11011111 | 10111011 | 1000000 | 0 | 10000 | 1000111 | 1101 | 101110 | 1000111 | 111000 |
Color Harmonies of #DFBB40
Complementary color
Monochromatic Colors of #DFBB40
Black with #DFBB40
Text Example
Text Example
White with #DFBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB40; }
p { color: rgb(223,187,64); }
H1.HeaderClassName
{
color: #DFBB40;
}
.AnyTagClassName
{
color: #DFBB40;
}
</style>
background-color css
<style>
a { background-color: #DFBB40; }
a { background-color: rgb(223,187,64); }
div.DivClassName
{
background-color: #DFBB40;
}
.BgClassName
{
background-color: #DFBB40;
}
</style>
border-color css
<style>
span { border-color: #DFBB40; }
span { border-color: rgb(223,187,64); }
td.TdClassName
{
border-color: #DFBB40;
}
.TagClassName
{
border-color: #DFBB40;
}
</style>