Shades of Tulip Tree #DFB93F
Tints of Tulip Tree #DFB93F
RGB
CMYK
RGB Variations
Color information
#DFB93F (or 0xDFB93F) is known color: Tulip Tree. HEX triplet: DF, B9 and 3F. RGB value is (223,185,63). Sum of RGB (Red+Green+Blue) = 223+185+63=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB93F is #2046C0. Grayscale: #B6B6B6. Windows color (decimal): -2115265 or 4176351. OLE color: 4176351.
HSL color Cylindrical-coordinate representation of color #DFB93F: hue angle of 45.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFB93F is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 63 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.13 |
| HSL | 45.75º | 0.71% | 0.56% | - |
| HSV(B) | 45.75º | 0.72% | 0.87% | - |
| XYZ | 48.68 | 50.74 | 11.93 | - |
| YUV | 182.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 63 | 0 | 0.17 | 0.72 | 0.13 | 45.75 | 0.71 | 0.56 |
| Hex | DF | B9 | 3F | 0 | 11 | 48 | D | 2E | 47 | 38 |
| Octal | 337 | 271 | 77 | 0 | 21 | 110 | 15 | 56 | 107 | 70 |
| Binary | 11011111 | 10111001 | 111111 | 0 | 10001 | 1001000 | 1101 | 101110 | 1000111 | 111000 |
Color Harmonies of #DFB93F
Complementary color
Monochromatic Colors of #DFB93F
Black with #DFB93F
Text Example
Text Example
White with #DFB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB93F; }
p { color: rgb(223,185,63); }
H1.HeaderClassName
{
color: #DFB93F;
}
.AnyTagClassName
{
color: #DFB93F;
}
</style>
background-color css
<style>
a { background-color: #DFB93F; }
a { background-color: rgb(223,185,63); }
div.DivClassName
{
background-color: #DFB93F;
}
.BgClassName
{
background-color: #DFB93F;
}
</style>
border-color css
<style>
span { border-color: #DFB93F; }
span { border-color: rgb(223,185,63); }
td.TdClassName
{
border-color: #DFB93F;
}
.TagClassName
{
border-color: #DFB93F;
}
</style>