Shades of Tulip Tree #DFA536
Tints of Tulip Tree #DFA536
RGB
CMYK
RGB Variations
Color information
#DFA536 (or 0xDFA536) is known color: Tulip Tree. HEX triplet: DF, A5 and 36. RGB value is (223,165,54). Sum of RGB (Red+Green+Blue) = 223+165+54=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA536 is #205AC9. Grayscale: #AAAAAA. Windows color (decimal): -2120394 or 3581407. OLE color: 3581407.
HSL color Cylindrical-coordinate representation of color #DFA536: hue angle of 39.41º 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 #DFA536 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 54 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.13 |
| HSL | 39.41º | 0.73% | 0.54% | - |
| HSV(B) | 39.41º | 0.76% | 0.87% | - |
| XYZ | 44.55 | 42.86 | 9.42 | - |
| YUV | 169.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 54 | 0 | 0.26 | 0.76 | 0.13 | 39.41 | 0.73 | 0.54 |
| Hex | DF | A5 | 36 | 0 | 1A | 4C | D | 27 | 49 | 36 |
| Octal | 337 | 245 | 66 | 0 | 32 | 114 | 15 | 47 | 111 | 66 |
| Binary | 11011111 | 10100101 | 110110 | 0 | 11010 | 1001100 | 1101 | 100111 | 1001001 | 110110 |
Color Harmonies of #DFA536
Complementary color
Monochromatic Colors of #DFA536
Black with #DFA536
Text Example
Text Example
White with #DFA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA536; }
p { color: rgb(223,165,54); }
H1.HeaderClassName
{
color: #DFA536;
}
.AnyTagClassName
{
color: #DFA536;
}
</style>
background-color css
<style>
a { background-color: #DFA536; }
a { background-color: rgb(223,165,54); }
div.DivClassName
{
background-color: #DFA536;
}
.BgClassName
{
background-color: #DFA536;
}
</style>
border-color css
<style>
span { border-color: #DFA536; }
span { border-color: rgb(223,165,54); }
td.TdClassName
{
border-color: #DFA536;
}
.TagClassName
{
border-color: #DFA536;
}
</style>