Shades of Tulip Tree #DFB746
Tints of Tulip Tree #DFB746
RGB
CMYK
RGB Variations
Color information
#DFB746 (or 0xDFB746) is known color: Tulip Tree. HEX triplet: DF, B7 and 46. RGB value is (223,183,70). Sum of RGB (Red+Green+Blue) = 223+183+70=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB746 is #2048B9. Grayscale: #B6B6B6. Windows color (decimal): -2115770 or 4634591. OLE color: 4634591.
HSL color Cylindrical-coordinate representation of color #DFB746: hue angle of 44.31º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFB746 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 70 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.13 |
| HSL | 44.31º | 0.71% | 0.57% | - |
| HSV(B) | 44.31º | 0.69% | 0.87% | - |
| XYZ | 48.47 | 50 | 12.89 | - |
| YUV | 182.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 70 | 0 | 0.18 | 0.69 | 0.13 | 44.31 | 0.71 | 0.57 |
| Hex | DF | B7 | 46 | 0 | 12 | 45 | D | 2C | 47 | 39 |
| Octal | 337 | 267 | 106 | 0 | 22 | 105 | 15 | 54 | 107 | 71 |
| Binary | 11011111 | 10110111 | 1000110 | 0 | 10010 | 1000101 | 1101 | 101100 | 1000111 | 111001 |
Color Harmonies of #DFB746
Complementary color
Monochromatic Colors of #DFB746
Black with #DFB746
Text Example
Text Example
White with #DFB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB746; }
p { color: rgb(223,183,70); }
H1.HeaderClassName
{
color: #DFB746;
}
.AnyTagClassName
{
color: #DFB746;
}
</style>
background-color css
<style>
a { background-color: #DFB746; }
a { background-color: rgb(223,183,70); }
div.DivClassName
{
background-color: #DFB746;
}
.BgClassName
{
background-color: #DFB746;
}
</style>
border-color css
<style>
span { border-color: #DFB746; }
span { border-color: rgb(223,183,70); }
td.TdClassName
{
border-color: #DFB746;
}
.TagClassName
{
border-color: #DFB746;
}
</style>