Shades of Tulip Tree #DFAA31
Tints of Tulip Tree #DFAA31
RGB
CMYK
RGB Variations
Color information
#DFAA31 (or 0xDFAA31) is known color: Tulip Tree. HEX triplet: DF, AA and 31. RGB value is (223,170,49). Sum of RGB (Red+Green+Blue) = 223+170+49=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA31 is #2055CE. Grayscale: #ACACAC. Windows color (decimal): -2119119 or 3255007. OLE color: 3255007.
HSL color Cylindrical-coordinate representation of color #DFAA31: hue angle of 41.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFAA31 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 49 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.13 |
| HSL | 41.72º | 0.73% | 0.53% | - |
| HSV(B) | 41.72º | 0.78% | 0.87% | - |
| XYZ | 45.36 | 44.66 | 9.14 | - |
| YUV | 172.05 | 58.56 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 49 | 0 | 0.24 | 0.78 | 0.13 | 41.72 | 0.73 | 0.53 |
| Hex | DF | AA | 31 | 0 | 18 | 4E | D | 2A | 49 | 35 |
| Octal | 337 | 252 | 61 | 0 | 30 | 116 | 15 | 52 | 111 | 65 |
| Binary | 11011111 | 10101010 | 110001 | 0 | 11000 | 1001110 | 1101 | 101010 | 1001001 | 110101 |
Color Harmonies of #DFAA31
Complementary color
Monochromatic Colors of #DFAA31
Black with #DFAA31
Text Example
Text Example
White with #DFAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA31; }
p { color: rgb(223,170,49); }
H1.HeaderClassName
{
color: #DFAA31;
}
.AnyTagClassName
{
color: #DFAA31;
}
</style>
background-color css
<style>
a { background-color: #DFAA31; }
a { background-color: rgb(223,170,49); }
div.DivClassName
{
background-color: #DFAA31;
}
.BgClassName
{
background-color: #DFAA31;
}
</style>
border-color css
<style>
span { border-color: #DFAA31; }
span { border-color: rgb(223,170,49); }
td.TdClassName
{
border-color: #DFAA31;
}
.TagClassName
{
border-color: #DFAA31;
}
</style>