Shades of Tulip Tree #DFB445
Tints of Tulip Tree #DFB445
RGB
CMYK
RGB Variations
Color information
#DFB445 (or 0xDFB445) is known color: Tulip Tree. HEX triplet: DF, B4 and 45. RGB value is (223,180,69). Sum of RGB (Red+Green+Blue) = 223+180+69=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB445 is #204BBA. Grayscale: #B4B4B4. Windows color (decimal): -2116539 or 4568287. OLE color: 4568287.
HSL color Cylindrical-coordinate representation of color #DFB445: hue angle of 43.25º 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 #DFB445 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 69 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.13 |
| HSL | 43.25º | 0.71% | 0.57% | - |
| HSV(B) | 43.25º | 0.69% | 0.87% | - |
| XYZ | 47.83 | 48.76 | 12.52 | - |
| YUV | 180.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 69 | 0 | 0.19 | 0.69 | 0.13 | 43.25 | 0.71 | 0.57 |
| Hex | DF | B4 | 45 | 0 | 13 | 45 | D | 2B | 47 | 39 |
| Octal | 337 | 264 | 105 | 0 | 23 | 105 | 15 | 53 | 107 | 71 |
| Binary | 11011111 | 10110100 | 1000101 | 0 | 10011 | 1000101 | 1101 | 101011 | 1000111 | 111001 |
Color Harmonies of #DFB445
Complementary color
Monochromatic Colors of #DFB445
Black with #DFB445
Text Example
Text Example
White with #DFB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB445; }
p { color: rgb(223,180,69); }
H1.HeaderClassName
{
color: #DFB445;
}
.AnyTagClassName
{
color: #DFB445;
}
</style>
background-color css
<style>
a { background-color: #DFB445; }
a { background-color: rgb(223,180,69); }
div.DivClassName
{
background-color: #DFB445;
}
.BgClassName
{
background-color: #DFB445;
}
</style>
border-color css
<style>
span { border-color: #DFB445; }
span { border-color: rgb(223,180,69); }
td.TdClassName
{
border-color: #DFB445;
}
.TagClassName
{
border-color: #DFB445;
}
</style>