Shades of Tulip Tree #DFB03F
Tints of Tulip Tree #DFB03F
RGB
CMYK
RGB Variations
Color information
#DFB03F (or 0xDFB03F) is known color: Tulip Tree. HEX triplet: DF, B0 and 3F. RGB value is (223,176,63). Sum of RGB (Red+Green+Blue) = 223+176+63=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB03F is #204FC0. Grayscale: #B1B1B1. Windows color (decimal): -2117569 or 4174047. OLE color: 4174047.
HSL color Cylindrical-coordinate representation of color #DFB03F: hue angle of 42.38º 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 #DFB03F is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 63 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.13 |
| HSL | 42.38º | 0.71% | 0.56% | - |
| HSV(B) | 42.38º | 0.72% | 0.87% | - |
| XYZ | 46.85 | 47.1 | 11.32 | - |
| YUV | 177.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 63 | 0 | 0.21 | 0.72 | 0.13 | 42.38 | 0.71 | 0.56 |
| Hex | DF | B0 | 3F | 0 | 15 | 48 | D | 2A | 47 | 38 |
| Octal | 337 | 260 | 77 | 0 | 25 | 110 | 15 | 52 | 107 | 70 |
| Binary | 11011111 | 10110000 | 111111 | 0 | 10101 | 1001000 | 1101 | 101010 | 1000111 | 111000 |
Color Harmonies of #DFB03F
Complementary color
Monochromatic Colors of #DFB03F
Black with #DFB03F
Text Example
Text Example
White with #DFB03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB03F; }
p { color: rgb(223,176,63); }
H1.HeaderClassName
{
color: #DFB03F;
}
.AnyTagClassName
{
color: #DFB03F;
}
</style>
background-color css
<style>
a { background-color: #DFB03F; }
a { background-color: rgb(223,176,63); }
div.DivClassName
{
background-color: #DFB03F;
}
.BgClassName
{
background-color: #DFB03F;
}
</style>
border-color css
<style>
span { border-color: #DFB03F; }
span { border-color: rgb(223,176,63); }
td.TdClassName
{
border-color: #DFB03F;
}
.TagClassName
{
border-color: #DFB03F;
}
</style>