Shades of Tulip Tree #DFAC38
Tints of Tulip Tree #DFAC38
RGB
CMYK
RGB Variations
Color information
#DFAC38 (or 0xDFAC38) is known color: Tulip Tree. HEX triplet: DF, AC and 38. RGB value is (223,172,56). Sum of RGB (Red+Green+Blue) = 223+172+56=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC38 is #2053C7. Grayscale: #AEAEAE. Windows color (decimal): -2118600 or 3714271. OLE color: 3714271.
HSL color Cylindrical-coordinate representation of color #DFAC38: hue angle of 41.68º 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 #DFAC38 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 56 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.13 |
| HSL | 41.68º | 0.72% | 0.55% | - |
| HSV(B) | 41.68º | 0.75% | 0.87% | - |
| XYZ | 45.9 | 45.48 | 10.1 | - |
| YUV | 174.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 56 | 0 | 0.23 | 0.75 | 0.13 | 41.68 | 0.72 | 0.55 |
| Hex | DF | AC | 38 | 0 | 17 | 4B | D | 2A | 48 | 37 |
| Octal | 337 | 254 | 70 | 0 | 27 | 113 | 15 | 52 | 110 | 67 |
| Binary | 11011111 | 10101100 | 111000 | 0 | 10111 | 1001011 | 1101 | 101010 | 1001000 | 110111 |
Color Harmonies of #DFAC38
Complementary color
Monochromatic Colors of #DFAC38
Black with #DFAC38
Text Example
Text Example
White with #DFAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC38; }
p { color: rgb(223,172,56); }
H1.HeaderClassName
{
color: #DFAC38;
}
.AnyTagClassName
{
color: #DFAC38;
}
</style>
background-color css
<style>
a { background-color: #DFAC38; }
a { background-color: rgb(223,172,56); }
div.DivClassName
{
background-color: #DFAC38;
}
.BgClassName
{
background-color: #DFAC38;
}
</style>
border-color css
<style>
span { border-color: #DFAC38; }
span { border-color: rgb(223,172,56); }
td.TdClassName
{
border-color: #DFAC38;
}
.TagClassName
{
border-color: #DFAC38;
}
</style>