Shades of Tulip Tree #DFB343
Tints of Tulip Tree #DFB343
RGB
CMYK
RGB Variations
Color information
#DFB343 (or 0xDFB343) is known color: Tulip Tree. HEX triplet: DF, B3 and 43. RGB value is (223,179,67). Sum of RGB (Red+Green+Blue) = 223+179+67=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB343 is #204CBC. Grayscale: #B3B3B3. Windows color (decimal): -2116797 or 4436959. OLE color: 4436959.
HSL color Cylindrical-coordinate representation of color #DFB343: hue angle of 43.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFB343 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 67 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.13 |
| HSL | 43.08º | 0.71% | 0.57% | - |
| HSV(B) | 43.08º | 0.7% | 0.87% | - |
| XYZ | 47.56 | 48.33 | 12.13 | - |
| YUV | 179.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 67 | 0 | 0.20 | 0.70 | 0.13 | 43.08 | 0.71 | 0.57 |
| Hex | DF | B3 | 43 | 0 | 14 | 46 | D | 2B | 47 | 39 |
| Octal | 337 | 263 | 103 | 0 | 24 | 106 | 15 | 53 | 107 | 71 |
| Binary | 11011111 | 10110011 | 1000011 | 0 | 10100 | 1000110 | 1101 | 101011 | 1000111 | 111001 |
Color Harmonies of #DFB343
Complementary color
Monochromatic Colors of #DFB343
Black with #DFB343
Text Example
Text Example
White with #DFB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB343; }
p { color: rgb(223,179,67); }
H1.HeaderClassName
{
color: #DFB343;
}
.AnyTagClassName
{
color: #DFB343;
}
</style>
background-color css
<style>
a { background-color: #DFB343; }
a { background-color: rgb(223,179,67); }
div.DivClassName
{
background-color: #DFB343;
}
.BgClassName
{
background-color: #DFB343;
}
</style>
border-color css
<style>
span { border-color: #DFB343; }
span { border-color: rgb(223,179,67); }
td.TdClassName
{
border-color: #DFB343;
}
.TagClassName
{
border-color: #DFB343;
}
</style>