Shades of Tulip Tree #DFA231
Tints of Tulip Tree #DFA231
RGB
CMYK
RGB Variations
Color information
#DFA231 (or 0xDFA231) is known color: Tulip Tree. HEX triplet: DF, A2 and 31. RGB value is (223,162,49). Sum of RGB (Red+Green+Blue) = 223+162+49=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA231 is #205DCE. Grayscale: #A7A7A7. Windows color (decimal): -2121167 or 3252959. OLE color: 3252959.
HSL color Cylindrical-coordinate representation of color #DFA231: hue angle of 38.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFA231 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 49 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.13 |
| HSL | 38.97º | 0.73% | 0.53% | - |
| HSV(B) | 38.97º | 0.78% | 0.87% | - |
| XYZ | 43.91 | 41.75 | 8.65 | - |
| YUV | 167.36 | 61.21 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 49 | 0 | 0.27 | 0.78 | 0.13 | 38.97 | 0.73 | 0.53 |
| Hex | DF | A2 | 31 | 0 | 1B | 4E | D | 27 | 49 | 35 |
| Octal | 337 | 242 | 61 | 0 | 33 | 116 | 15 | 47 | 111 | 65 |
| Binary | 11011111 | 10100010 | 110001 | 0 | 11011 | 1001110 | 1101 | 100111 | 1001001 | 110101 |
Color Harmonies of #DFA231
Complementary color
Monochromatic Colors of #DFA231
Black with #DFA231
Text Example
Text Example
White with #DFA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA231; }
p { color: rgb(223,162,49); }
H1.HeaderClassName
{
color: #DFA231;
}
.AnyTagClassName
{
color: #DFA231;
}
</style>
background-color css
<style>
a { background-color: #DFA231; }
a { background-color: rgb(223,162,49); }
div.DivClassName
{
background-color: #DFA231;
}
.BgClassName
{
background-color: #DFA231;
}
</style>
border-color css
<style>
span { border-color: #DFA231; }
span { border-color: rgb(223,162,49); }
td.TdClassName
{
border-color: #DFA231;
}
.TagClassName
{
border-color: #DFA231;
}
</style>