Shades of Tulip Tree #DFAF34
Tints of Tulip Tree #DFAF34
RGB
CMYK
RGB Variations
Color information
#DFAF34 (or 0xDFAF34) is known color: Tulip Tree. HEX triplet: DF, AF and 34. RGB value is (223,175,52). Sum of RGB (Red+Green+Blue) = 223+175+52=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF34 is #2050CB. Grayscale: #AFAFAF. Windows color (decimal): -2117836 or 3452895. OLE color: 3452895.
HSL color Cylindrical-coordinate representation of color #DFAF34: hue angle of 43.16º 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 #DFAF34 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 52 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.13 |
| HSL | 43.16º | 0.73% | 0.54% | - |
| HSV(B) | 43.16º | 0.77% | 0.87% | - |
| XYZ | 46.38 | 46.6 | 9.8 | - |
| YUV | 175.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 52 | 0 | 0.22 | 0.77 | 0.13 | 43.16 | 0.73 | 0.54 |
| Hex | DF | AF | 34 | 0 | 16 | 4D | D | 2B | 49 | 36 |
| Octal | 337 | 257 | 64 | 0 | 26 | 115 | 15 | 53 | 111 | 66 |
| Binary | 11011111 | 10101111 | 110100 | 0 | 10110 | 1001101 | 1101 | 101011 | 1001001 | 110110 |
Color Harmonies of #DFAF34
Complementary color
Monochromatic Colors of #DFAF34
Black with #DFAF34
Text Example
Text Example
White with #DFAF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF34; }
p { color: rgb(223,175,52); }
H1.HeaderClassName
{
color: #DFAF34;
}
.AnyTagClassName
{
color: #DFAF34;
}
</style>
background-color css
<style>
a { background-color: #DFAF34; }
a { background-color: rgb(223,175,52); }
div.DivClassName
{
background-color: #DFAF34;
}
.BgClassName
{
background-color: #DFAF34;
}
</style>
border-color css
<style>
span { border-color: #DFAF34; }
span { border-color: rgb(223,175,52); }
td.TdClassName
{
border-color: #DFAF34;
}
.TagClassName
{
border-color: #DFAF34;
}
</style>