Shades of Tulip Tree #DFB43F
Tints of Tulip Tree #DFB43F
RGB
CMYK
RGB Variations
Color information
#DFB43F (or 0xDFB43F) is known color: Tulip Tree. HEX triplet: DF, B4 and 3F. RGB value is (223,180,63). Sum of RGB (Red+Green+Blue) = 223+180+63=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB43F is #204BC0. Grayscale: #B4B4B4. Windows color (decimal): -2116545 or 4175071. OLE color: 4175071.
HSL color Cylindrical-coordinate representation of color #DFB43F: hue angle of 43.88º 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 #DFB43F is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 63 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.13 |
| HSL | 43.88º | 0.71% | 0.56% | - |
| HSV(B) | 43.88º | 0.72% | 0.87% | - |
| XYZ | 47.65 | 48.69 | 11.59 | - |
| YUV | 179.52 | 62.25 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 63 | 0 | 0.19 | 0.72 | 0.13 | 43.88 | 0.71 | 0.56 |
| Hex | DF | B4 | 3F | 0 | 13 | 48 | D | 2C | 47 | 38 |
| Octal | 337 | 264 | 77 | 0 | 23 | 110 | 15 | 54 | 107 | 70 |
| Binary | 11011111 | 10110100 | 111111 | 0 | 10011 | 1001000 | 1101 | 101100 | 1000111 | 111000 |
Color Harmonies of #DFB43F
Complementary color
Monochromatic Colors of #DFB43F
Black with #DFB43F
Text Example
Text Example
White with #DFB43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB43F; }
p { color: rgb(223,180,63); }
H1.HeaderClassName
{
color: #DFB43F;
}
.AnyTagClassName
{
color: #DFB43F;
}
</style>
background-color css
<style>
a { background-color: #DFB43F; }
a { background-color: rgb(223,180,63); }
div.DivClassName
{
background-color: #DFB43F;
}
.BgClassName
{
background-color: #DFB43F;
}
</style>
border-color css
<style>
span { border-color: #DFB43F; }
span { border-color: rgb(223,180,63); }
td.TdClassName
{
border-color: #DFB43F;
}
.TagClassName
{
border-color: #DFB43F;
}
</style>