Shades of Tulip Tree #DFA234
Tints of Tulip Tree #DFA234
RGB
CMYK
RGB Variations
Color information
#DFA234 (or 0xDFA234) is known color: Tulip Tree. HEX triplet: DF, A2 and 34. RGB value is (223,162,52). Sum of RGB (Red+Green+Blue) = 223+162+52=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA234 is #205DCB. Grayscale: #A8A8A8. Windows color (decimal): -2121164 or 3449567. OLE color: 3449567.
HSL color Cylindrical-coordinate representation of color #DFA234: hue angle of 38.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFA234 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 52 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.13 |
| HSL | 38.6º | 0.73% | 0.54% | - |
| HSV(B) | 38.6º | 0.77% | 0.87% | - |
| XYZ | 43.97 | 41.78 | 8.99 | - |
| YUV | 167.7 | 62.71 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 52 | 0 | 0.27 | 0.77 | 0.13 | 38.6 | 0.73 | 0.54 |
| Hex | DF | A2 | 34 | 0 | 1B | 4D | D | 27 | 49 | 36 |
| Octal | 337 | 242 | 64 | 0 | 33 | 115 | 15 | 47 | 111 | 66 |
| Binary | 11011111 | 10100010 | 110100 | 0 | 11011 | 1001101 | 1101 | 100111 | 1001001 | 110110 |
Color Harmonies of #DFA234
Complementary color
Monochromatic Colors of #DFA234
Black with #DFA234
Text Example
Text Example
White with #DFA234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA234; }
p { color: rgb(223,162,52); }
H1.HeaderClassName
{
color: #DFA234;
}
.AnyTagClassName
{
color: #DFA234;
}
</style>
background-color css
<style>
a { background-color: #DFA234; }
a { background-color: rgb(223,162,52); }
div.DivClassName
{
background-color: #DFA234;
}
.BgClassName
{
background-color: #DFA234;
}
</style>
border-color css
<style>
span { border-color: #DFA234; }
span { border-color: rgb(223,162,52); }
td.TdClassName
{
border-color: #DFA234;
}
.TagClassName
{
border-color: #DFA234;
}
</style>