Shades of Tulip Tree #DFB83E
Tints of Tulip Tree #DFB83E
RGB
CMYK
RGB Variations
Color information
#DFB83E (or 0xDFB83E) is known color: Tulip Tree. HEX triplet: DF, B8 and 3E. RGB value is (223,184,62). Sum of RGB (Red+Green+Blue) = 223+184+62=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB83E is #2047C1. Grayscale: #B6B6B6. Windows color (decimal): -2115522 or 4110559. OLE color: 4110559.
HSL color Cylindrical-coordinate representation of color #DFB83E: hue angle of 45.47º degrees, saturation: 0.72, 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 #DFB83E is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 62 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.13 |
| HSL | 45.47º | 0.72% | 0.56% | - |
| HSV(B) | 45.47º | 0.72% | 0.87% | - |
| XYZ | 48.44 | 50.32 | 11.72 | - |
| YUV | 181.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 62 | 0 | 0.17 | 0.72 | 0.13 | 45.47 | 0.72 | 0.56 |
| Hex | DF | B8 | 3E | 0 | 11 | 48 | D | 2D | 48 | 38 |
| Octal | 337 | 270 | 76 | 0 | 21 | 110 | 15 | 55 | 110 | 70 |
| Binary | 11011111 | 10111000 | 111110 | 0 | 10001 | 1001000 | 1101 | 101101 | 1001000 | 111000 |
Color Harmonies of #DFB83E
Complementary color
Monochromatic Colors of #DFB83E
Black with #DFB83E
Text Example
Text Example
White with #DFB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB83E; }
p { color: rgb(223,184,62); }
H1.HeaderClassName
{
color: #DFB83E;
}
.AnyTagClassName
{
color: #DFB83E;
}
</style>
background-color css
<style>
a { background-color: #DFB83E; }
a { background-color: rgb(223,184,62); }
div.DivClassName
{
background-color: #DFB83E;
}
.BgClassName
{
background-color: #DFB83E;
}
</style>
border-color css
<style>
span { border-color: #DFB83E; }
span { border-color: rgb(223,184,62); }
td.TdClassName
{
border-color: #DFB83E;
}
.TagClassName
{
border-color: #DFB83E;
}
</style>