Shades of Tulip Tree #DFAF36
Tints of Tulip Tree #DFAF36
RGB
CMYK
RGB Variations
Color information
#DFAF36 (or 0xDFAF36) is known color: Tulip Tree. HEX triplet: DF, AF and 36. RGB value is (223,175,54). Sum of RGB (Red+Green+Blue) = 223+175+54=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF36 is #2050C9. Grayscale: #B0B0B0. Windows color (decimal): -2117834 or 3583967. OLE color: 3583967.
HSL color Cylindrical-coordinate representation of color #DFAF36: hue angle of 42.96º 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 #DFAF36 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 54 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.13 |
| HSL | 42.96º | 0.73% | 0.54% | - |
| HSV(B) | 42.96º | 0.76% | 0.87% | - |
| XYZ | 46.43 | 46.61 | 10.04 | - |
| YUV | 175.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 54 | 0 | 0.22 | 0.76 | 0.13 | 42.96 | 0.73 | 0.54 |
| Hex | DF | AF | 36 | 0 | 16 | 4C | D | 2B | 49 | 36 |
| Octal | 337 | 257 | 66 | 0 | 26 | 114 | 15 | 53 | 111 | 66 |
| Binary | 11011111 | 10101111 | 110110 | 0 | 10110 | 1001100 | 1101 | 101011 | 1001001 | 110110 |
Color Harmonies of #DFAF36
Complementary color
Monochromatic Colors of #DFAF36
Black with #DFAF36
Text Example
Text Example
White with #DFAF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF36; }
p { color: rgb(223,175,54); }
H1.HeaderClassName
{
color: #DFAF36;
}
.AnyTagClassName
{
color: #DFAF36;
}
</style>
background-color css
<style>
a { background-color: #DFAF36; }
a { background-color: rgb(223,175,54); }
div.DivClassName
{
background-color: #DFAF36;
}
.BgClassName
{
background-color: #DFAF36;
}
</style>
border-color css
<style>
span { border-color: #DFAF36; }
span { border-color: rgb(223,175,54); }
td.TdClassName
{
border-color: #DFAF36;
}
.TagClassName
{
border-color: #DFAF36;
}
</style>