Shades of Tulip Tree #DFB03B
Tints of Tulip Tree #DFB03B
RGB
CMYK
RGB Variations
Color information
#DFB03B (or 0xDFB03B) is known color: Tulip Tree. HEX triplet: DF, B0 and 3B. RGB value is (223,176,59). Sum of RGB (Red+Green+Blue) = 223+176+59=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB03B is #204FC4. Grayscale: #B1B1B1. Windows color (decimal): -2117573 or 3911903. OLE color: 3911903.
HSL color Cylindrical-coordinate representation of color #DFB03B: hue angle of 42.8º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFB03B is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 59 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.13 |
| HSL | 42.8º | 0.72% | 0.55% | - |
| HSV(B) | 42.8º | 0.74% | 0.87% | - |
| XYZ | 46.75 | 47.05 | 10.76 | - |
| YUV | 176.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 59 | 0 | 0.21 | 0.74 | 0.13 | 42.8 | 0.72 | 0.55 |
| Hex | DF | B0 | 3B | 0 | 15 | 4A | D | 2B | 48 | 37 |
| Octal | 337 | 260 | 73 | 0 | 25 | 112 | 15 | 53 | 110 | 67 |
| Binary | 11011111 | 10110000 | 111011 | 0 | 10101 | 1001010 | 1101 | 101011 | 1001000 | 110111 |
Color Harmonies of #DFB03B
Complementary color
Monochromatic Colors of #DFB03B
Black with #DFB03B
Text Example
Text Example
White with #DFB03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB03B; }
p { color: rgb(223,176,59); }
H1.HeaderClassName
{
color: #DFB03B;
}
.AnyTagClassName
{
color: #DFB03B;
}
</style>
background-color css
<style>
a { background-color: #DFB03B; }
a { background-color: rgb(223,176,59); }
div.DivClassName
{
background-color: #DFB03B;
}
.BgClassName
{
background-color: #DFB03B;
}
</style>
border-color css
<style>
span { border-color: #DFB03B; }
span { border-color: rgb(223,176,59); }
td.TdClassName
{
border-color: #DFB03B;
}
.TagClassName
{
border-color: #DFB03B;
}
</style>