Shades of Tulip Tree #DFA534
Tints of Tulip Tree #DFA534
RGB
CMYK
RGB Variations
Color information
#DFA534 (or 0xDFA534) is known color: Tulip Tree. HEX triplet: DF, A5 and 34. RGB value is (223,165,52). Sum of RGB (Red+Green+Blue) = 223+165+52=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA534 is #205ACB. Grayscale: #A9A9A9. Windows color (decimal): -2120396 or 3450335. OLE color: 3450335.
HSL color Cylindrical-coordinate representation of color #DFA534: hue angle of 39.65º 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 #DFA534 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 52 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.13 |
| HSL | 39.65º | 0.73% | 0.54% | - |
| HSV(B) | 39.65º | 0.77% | 0.87% | - |
| XYZ | 44.51 | 42.85 | 9.17 | - |
| YUV | 169.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 52 | 0 | 0.26 | 0.77 | 0.13 | 39.65 | 0.73 | 0.54 |
| Hex | DF | A5 | 34 | 0 | 1A | 4D | D | 28 | 49 | 36 |
| Octal | 337 | 245 | 64 | 0 | 32 | 115 | 15 | 50 | 111 | 66 |
| Binary | 11011111 | 10100101 | 110100 | 0 | 11010 | 1001101 | 1101 | 101000 | 1001001 | 110110 |
Color Harmonies of #DFA534
Complementary color
Monochromatic Colors of #DFA534
Black with #DFA534
Text Example
Text Example
White with #DFA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA534; }
p { color: rgb(223,165,52); }
H1.HeaderClassName
{
color: #DFA534;
}
.AnyTagClassName
{
color: #DFA534;
}
</style>
background-color css
<style>
a { background-color: #DFA534; }
a { background-color: rgb(223,165,52); }
div.DivClassName
{
background-color: #DFA534;
}
.BgClassName
{
background-color: #DFA534;
}
</style>
border-color css
<style>
span { border-color: #DFA534; }
span { border-color: rgb(223,165,52); }
td.TdClassName
{
border-color: #DFA534;
}
.TagClassName
{
border-color: #DFA534;
}
</style>