Shades of Tulip Tree #DFB035
Tints of Tulip Tree #DFB035
RGB
CMYK
RGB Variations
Color information
#DFB035 (or 0xDFB035) is known color: Tulip Tree. HEX triplet: DF, B0 and 35. RGB value is (223,176,53). Sum of RGB (Red+Green+Blue) = 223+176+53=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB035 is #204FCA. Grayscale: #B0B0B0. Windows color (decimal): -2117579 or 3518687. OLE color: 3518687.
HSL color Cylindrical-coordinate representation of color #DFB035: hue angle of 43.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFB035 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 53 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.13 |
| HSL | 43.41º | 0.73% | 0.54% | - |
| HSV(B) | 43.41º | 0.76% | 0.87% | - |
| XYZ | 46.6 | 47 | 9.98 | - |
| YUV | 176.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 53 | 0 | 0.21 | 0.76 | 0.13 | 43.41 | 0.73 | 0.54 |
| Hex | DF | B0 | 35 | 0 | 15 | 4C | D | 2B | 49 | 36 |
| Octal | 337 | 260 | 65 | 0 | 25 | 114 | 15 | 53 | 111 | 66 |
| Binary | 11011111 | 10110000 | 110101 | 0 | 10101 | 1001100 | 1101 | 101011 | 1001001 | 110110 |
Color Harmonies of #DFB035
Complementary color
Monochromatic Colors of #DFB035
Black with #DFB035
Text Example
Text Example
White with #DFB035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB035; }
p { color: rgb(223,176,53); }
H1.HeaderClassName
{
color: #DFB035;
}
.AnyTagClassName
{
color: #DFB035;
}
</style>
background-color css
<style>
a { background-color: #DFB035; }
a { background-color: rgb(223,176,53); }
div.DivClassName
{
background-color: #DFB035;
}
.BgClassName
{
background-color: #DFB035;
}
</style>
border-color css
<style>
span { border-color: #DFB035; }
span { border-color: rgb(223,176,53); }
td.TdClassName
{
border-color: #DFB035;
}
.TagClassName
{
border-color: #DFB035;
}
</style>