Shades of Tulip Tree #DFA436
Tints of Tulip Tree #DFA436
RGB
CMYK
RGB Variations
Color information
#DFA436 (or 0xDFA436) is known color: Tulip Tree. HEX triplet: DF, A4 and 36. RGB value is (223,164,54). Sum of RGB (Red+Green+Blue) = 223+164+54=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA436 is #205BC9. Grayscale: #A9A9A9. Windows color (decimal): -2120650 or 3581151. OLE color: 3581151.
HSL color Cylindrical-coordinate representation of color #DFA436: hue angle of 39.05º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFA436 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 54 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.13 |
| HSL | 39.05º | 0.73% | 0.54% | - |
| HSV(B) | 39.05º | 0.76% | 0.87% | - |
| XYZ | 44.37 | 42.51 | 9.36 | - |
| YUV | 169.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 54 | 0 | 0.26 | 0.76 | 0.13 | 39.05 | 0.73 | 0.54 |
| Hex | DF | A4 | 36 | 0 | 1A | 4C | D | 27 | 49 | 36 |
| Octal | 337 | 244 | 66 | 0 | 32 | 114 | 15 | 47 | 111 | 66 |
| Binary | 11011111 | 10100100 | 110110 | 0 | 11010 | 1001100 | 1101 | 100111 | 1001001 | 110110 |
Color Harmonies of #DFA436
Complementary color
Monochromatic Colors of #DFA436
Black with #DFA436
Text Example
Text Example
White with #DFA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA436; }
p { color: rgb(223,164,54); }
H1.HeaderClassName
{
color: #DFA436;
}
.AnyTagClassName
{
color: #DFA436;
}
</style>
background-color css
<style>
a { background-color: #DFA436; }
a { background-color: rgb(223,164,54); }
div.DivClassName
{
background-color: #DFA436;
}
.BgClassName
{
background-color: #DFA436;
}
</style>
border-color css
<style>
span { border-color: #DFA436; }
span { border-color: rgb(223,164,54); }
td.TdClassName
{
border-color: #DFA436;
}
.TagClassName
{
border-color: #DFA436;
}
</style>