Shades of Tulip Tree #DFA83A
Tints of Tulip Tree #DFA83A
RGB
CMYK
RGB Variations
Color information
#DFA83A (or 0xDFA83A) is known color: Tulip Tree. HEX triplet: DF, A8 and 3A. RGB value is (223,168,58). Sum of RGB (Red+Green+Blue) = 223+168+58=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA83A is #2057C5. Grayscale: #ACACAC. Windows color (decimal): -2119622 or 3844319. OLE color: 3844319.
HSL color Cylindrical-coordinate representation of color #DFA83A: hue angle of 40º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFA83A is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 58 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.13 |
| HSL | 40º | 0.72% | 0.55% | - |
| HSV(B) | 40º | 0.74% | 0.87% | - |
| XYZ | 45.2 | 44 | 10.11 | - |
| YUV | 171.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 58 | 0 | 0.25 | 0.74 | 0.13 | 40 | 0.72 | 0.55 |
| Hex | DF | A8 | 3A | 0 | 19 | 4A | D | 28 | 48 | 37 |
| Octal | 337 | 250 | 72 | 0 | 31 | 112 | 15 | 50 | 110 | 67 |
| Binary | 11011111 | 10101000 | 111010 | 0 | 11001 | 1001010 | 1101 | 101000 | 1001000 | 110111 |
Color Harmonies of #DFA83A
Complementary color
Monochromatic Colors of #DFA83A
Black with #DFA83A
Text Example
Text Example
White with #DFA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA83A; }
p { color: rgb(223,168,58); }
H1.HeaderClassName
{
color: #DFA83A;
}
.AnyTagClassName
{
color: #DFA83A;
}
</style>
background-color css
<style>
a { background-color: #DFA83A; }
a { background-color: rgb(223,168,58); }
div.DivClassName
{
background-color: #DFA83A;
}
.BgClassName
{
background-color: #DFA83A;
}
</style>
border-color css
<style>
span { border-color: #DFA83A; }
span { border-color: rgb(223,168,58); }
td.TdClassName
{
border-color: #DFA83A;
}
.TagClassName
{
border-color: #DFA83A;
}
</style>