Shades of Tulip Tree #DFB33F
Tints of Tulip Tree #DFB33F
RGB
CMYK
RGB Variations
Color information
#DFB33F (or 0xDFB33F) is known color: Tulip Tree. HEX triplet: DF, B3 and 3F. RGB value is (223,179,63). Sum of RGB (Red+Green+Blue) = 223+179+63=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB33F is #204CC0. Grayscale: #B3B3B3. Windows color (decimal): -2116801 or 4174815. OLE color: 4174815.
HSL color Cylindrical-coordinate representation of color #DFB33F: hue angle of 43.5º 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 #DFB33F is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 63 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.13 |
| HSL | 43.5º | 0.71% | 0.56% | - |
| HSV(B) | 43.5º | 0.72% | 0.87% | - |
| XYZ | 47.45 | 48.29 | 11.52 | - |
| YUV | 178.93 | 62.58 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 63 | 0 | 0.20 | 0.72 | 0.13 | 43.5 | 0.71 | 0.56 |
| Hex | DF | B3 | 3F | 0 | 14 | 48 | D | 2C | 47 | 38 |
| Octal | 337 | 263 | 77 | 0 | 24 | 110 | 15 | 54 | 107 | 70 |
| Binary | 11011111 | 10110011 | 111111 | 0 | 10100 | 1001000 | 1101 | 101100 | 1000111 | 111000 |
Color Harmonies of #DFB33F
Complementary color
Monochromatic Colors of #DFB33F
Black with #DFB33F
Text Example
Text Example
White with #DFB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB33F; }
p { color: rgb(223,179,63); }
H1.HeaderClassName
{
color: #DFB33F;
}
.AnyTagClassName
{
color: #DFB33F;
}
</style>
background-color css
<style>
a { background-color: #DFB33F; }
a { background-color: rgb(223,179,63); }
div.DivClassName
{
background-color: #DFB33F;
}
.BgClassName
{
background-color: #DFB33F;
}
</style>
border-color css
<style>
span { border-color: #DFB33F; }
span { border-color: rgb(223,179,63); }
td.TdClassName
{
border-color: #DFB33F;
}
.TagClassName
{
border-color: #DFB33F;
}
</style>