Shades of Tulip Tree #DFA338
Tints of Tulip Tree #DFA338
RGB
CMYK
RGB Variations
Color information
#DFA338 (or 0xDFA338) is known color: Tulip Tree. HEX triplet: DF, A3 and 38. RGB value is (223,163,56). Sum of RGB (Red+Green+Blue) = 223+163+56=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA338 is #205CC7. Grayscale: #A9A9A9. Windows color (decimal): -2120904 or 3711967. OLE color: 3711967.
HSL color Cylindrical-coordinate representation of color #DFA338: hue angle of 38.44º 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 #DFA338 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 56 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.13 |
| HSL | 38.44º | 0.72% | 0.55% | - |
| HSV(B) | 38.44º | 0.75% | 0.87% | - |
| XYZ | 44.24 | 42.17 | 9.55 | - |
| YUV | 168.74 | 64.38 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 56 | 0 | 0.27 | 0.75 | 0.13 | 38.44 | 0.72 | 0.55 |
| Hex | DF | A3 | 38 | 0 | 1B | 4B | D | 26 | 48 | 37 |
| Octal | 337 | 243 | 70 | 0 | 33 | 113 | 15 | 46 | 110 | 67 |
| Binary | 11011111 | 10100011 | 111000 | 0 | 11011 | 1001011 | 1101 | 100110 | 1001000 | 110111 |
Color Harmonies of #DFA338
Complementary color
Monochromatic Colors of #DFA338
Black with #DFA338
Text Example
Text Example
White with #DFA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA338; }
p { color: rgb(223,163,56); }
H1.HeaderClassName
{
color: #DFA338;
}
.AnyTagClassName
{
color: #DFA338;
}
</style>
background-color css
<style>
a { background-color: #DFA338; }
a { background-color: rgb(223,163,56); }
div.DivClassName
{
background-color: #DFA338;
}
.BgClassName
{
background-color: #DFA338;
}
</style>
border-color css
<style>
span { border-color: #DFA338; }
span { border-color: rgb(223,163,56); }
td.TdClassName
{
border-color: #DFA338;
}
.TagClassName
{
border-color: #DFA338;
}
</style>