Shades of Tulip Tree #DFB448
Tints of Tulip Tree #DFB448
RGB
CMYK
RGB Variations
Color information
#DFB448 (or 0xDFB448) is known color: Tulip Tree. HEX triplet: DF, B4 and 48. RGB value is (223,180,72). Sum of RGB (Red+Green+Blue) = 223+180+72=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB448 is #204BB7. Grayscale: #B5B5B5. Windows color (decimal): -2116536 or 4764895. OLE color: 4764895.
HSL color Cylindrical-coordinate representation of color #DFB448: hue angle of 42.91º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFB448 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 72 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.13 |
| HSL | 42.91º | 0.7% | 0.58% | - |
| HSV(B) | 42.91º | 0.68% | 0.87% | - |
| XYZ | 47.92 | 48.8 | 13.02 | - |
| YUV | 180.55 | 66.75 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 72 | 0 | 0.19 | 0.68 | 0.13 | 42.91 | 0.7 | 0.58 |
| Hex | DF | B4 | 48 | 0 | 13 | 44 | D | 2B | 46 | 3A |
| Octal | 337 | 264 | 110 | 0 | 23 | 104 | 15 | 53 | 106 | 72 |
| Binary | 11011111 | 10110100 | 1001000 | 0 | 10011 | 1000100 | 1101 | 101011 | 1000110 | 111010 |
Color Harmonies of #DFB448
Complementary color
Monochromatic Colors of #DFB448
Black with #DFB448
Text Example
Text Example
White with #DFB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB448; }
p { color: rgb(223,180,72); }
H1.HeaderClassName
{
color: #DFB448;
}
.AnyTagClassName
{
color: #DFB448;
}
</style>
background-color css
<style>
a { background-color: #DFB448; }
a { background-color: rgb(223,180,72); }
div.DivClassName
{
background-color: #DFB448;
}
.BgClassName
{
background-color: #DFB448;
}
</style>
border-color css
<style>
span { border-color: #DFB448; }
span { border-color: rgb(223,180,72); }
td.TdClassName
{
border-color: #DFB448;
}
.TagClassName
{
border-color: #DFB448;
}
</style>