Shades of Tulip Tree #DFB240
Tints of Tulip Tree #DFB240
RGB
CMYK
RGB Variations
Color information
#DFB240 (or 0xDFB240) is known color: Tulip Tree. HEX triplet: DF, B2 and 40. RGB value is (223,178,64). Sum of RGB (Red+Green+Blue) = 223+178+64=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB240 is #204DBF. Grayscale: #B2B2B2. Windows color (decimal): -2117056 or 4240095. OLE color: 4240095.
HSL color Cylindrical-coordinate representation of color #DFB240: hue angle of 43.02º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFB240 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 64 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.13 |
| HSL | 43.02º | 0.71% | 0.56% | - |
| HSV(B) | 43.02º | 0.71% | 0.87% | - |
| XYZ | 47.28 | 47.9 | 11.6 | - |
| YUV | 178.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 64 | 0 | 0.20 | 0.71 | 0.13 | 43.02 | 0.71 | 0.56 |
| Hex | DF | B2 | 40 | 0 | 14 | 47 | D | 2B | 47 | 38 |
| Octal | 337 | 262 | 100 | 0 | 24 | 107 | 15 | 53 | 107 | 70 |
| Binary | 11011111 | 10110010 | 1000000 | 0 | 10100 | 1000111 | 1101 | 101011 | 1000111 | 111000 |
Color Harmonies of #DFB240
Complementary color
Monochromatic Colors of #DFB240
Black with #DFB240
Text Example
Text Example
White with #DFB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB240; }
p { color: rgb(223,178,64); }
H1.HeaderClassName
{
color: #DFB240;
}
.AnyTagClassName
{
color: #DFB240;
}
</style>
background-color css
<style>
a { background-color: #DFB240; }
a { background-color: rgb(223,178,64); }
div.DivClassName
{
background-color: #DFB240;
}
.BgClassName
{
background-color: #DFB240;
}
</style>
border-color css
<style>
span { border-color: #DFB240; }
span { border-color: rgb(223,178,64); }
td.TdClassName
{
border-color: #DFB240;
}
.TagClassName
{
border-color: #DFB240;
}
</style>