Shades of Tulip Tree #DFA537
Tints of Tulip Tree #DFA537
RGB
CMYK
RGB Variations
Color information
#DFA537 (or 0xDFA537) is known color: Tulip Tree. HEX triplet: DF, A5 and 37. RGB value is (223,165,55). Sum of RGB (Red+Green+Blue) = 223+165+55=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA537 is #205AC8. Grayscale: #AAAAAA. Windows color (decimal): -2120393 or 3646943. OLE color: 3646943.
HSL color Cylindrical-coordinate representation of color #DFA537: hue angle of 39.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFA537 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 55 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.13 |
| HSL | 39.29º | 0.72% | 0.55% | - |
| HSV(B) | 39.29º | 0.75% | 0.87% | - |
| XYZ | 44.58 | 42.87 | 9.54 | - |
| YUV | 169.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 55 | 0 | 0.26 | 0.75 | 0.13 | 39.29 | 0.72 | 0.55 |
| Hex | DF | A5 | 37 | 0 | 1A | 4B | D | 27 | 48 | 37 |
| Octal | 337 | 245 | 67 | 0 | 32 | 113 | 15 | 47 | 110 | 67 |
| Binary | 11011111 | 10100101 | 110111 | 0 | 11010 | 1001011 | 1101 | 100111 | 1001000 | 110111 |
Color Harmonies of #DFA537
Complementary color
Monochromatic Colors of #DFA537
Black with #DFA537
Text Example
Text Example
White with #DFA537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA537; }
p { color: rgb(223,165,55); }
H1.HeaderClassName
{
color: #DFA537;
}
.AnyTagClassName
{
color: #DFA537;
}
</style>
background-color css
<style>
a { background-color: #DFA537; }
a { background-color: rgb(223,165,55); }
div.DivClassName
{
background-color: #DFA537;
}
.BgClassName
{
background-color: #DFA537;
}
</style>
border-color css
<style>
span { border-color: #DFA537; }
span { border-color: rgb(223,165,55); }
td.TdClassName
{
border-color: #DFA537;
}
.TagClassName
{
border-color: #DFA537;
}
</style>