Shades of Tulip Tree #DFB53D
Tints of Tulip Tree #DFB53D
RGB
CMYK
RGB Variations
Color information
#DFB53D (or 0xDFB53D) is known color: Tulip Tree. HEX triplet: DF, B5 and 3D. RGB value is (223,181,61). Sum of RGB (Red+Green+Blue) = 223+181+61=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB53D is #204AC2. Grayscale: #B4B4B4. Windows color (decimal): -2116291 or 4044255. OLE color: 4044255.
HSL color Cylindrical-coordinate representation of color #DFB53D: hue angle of 44.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFB53D is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 61 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.13 |
| HSL | 44.44º | 0.72% | 0.56% | - |
| HSV(B) | 44.44º | 0.73% | 0.87% | - |
| XYZ | 47.8 | 49.07 | 11.37 | - |
| YUV | 179.88 | 60.91 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 61 | 0 | 0.19 | 0.73 | 0.13 | 44.44 | 0.72 | 0.56 |
| Hex | DF | B5 | 3D | 0 | 13 | 49 | D | 2C | 48 | 38 |
| Octal | 337 | 265 | 75 | 0 | 23 | 111 | 15 | 54 | 110 | 70 |
| Binary | 11011111 | 10110101 | 111101 | 0 | 10011 | 1001001 | 1101 | 101100 | 1001000 | 111000 |
Color Harmonies of #DFB53D
Complementary color
Monochromatic Colors of #DFB53D
Black with #DFB53D
Text Example
Text Example
White with #DFB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB53D; }
p { color: rgb(223,181,61); }
H1.HeaderClassName
{
color: #DFB53D;
}
.AnyTagClassName
{
color: #DFB53D;
}
</style>
background-color css
<style>
a { background-color: #DFB53D; }
a { background-color: rgb(223,181,61); }
div.DivClassName
{
background-color: #DFB53D;
}
.BgClassName
{
background-color: #DFB53D;
}
</style>
border-color css
<style>
span { border-color: #DFB53D; }
span { border-color: rgb(223,181,61); }
td.TdClassName
{
border-color: #DFB53D;
}
.TagClassName
{
border-color: #DFB53D;
}
</style>