Shades of Tulip Tree #DFA23C
Tints of Tulip Tree #DFA23C
RGB
CMYK
RGB Variations
Color information
#DFA23C (or 0xDFA23C) is known color: Tulip Tree. HEX triplet: DF, A2 and 3C. RGB value is (223,162,60). Sum of RGB (Red+Green+Blue) = 223+162+60=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA23C is #205DC3. Grayscale: #A9A9A9. Windows color (decimal): -2121156 or 3973855. OLE color: 3973855.
HSL color Cylindrical-coordinate representation of color #DFA23C: hue angle of 37.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFA23C is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 60 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.13 |
| HSL | 37.55º | 0.72% | 0.55% | - |
| HSV(B) | 37.55º | 0.73% | 0.87% | - |
| XYZ | 44.17 | 41.85 | 10.03 | - |
| YUV | 168.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 60 | 0 | 0.27 | 0.73 | 0.13 | 37.55 | 0.72 | 0.55 |
| Hex | DF | A2 | 3C | 0 | 1B | 49 | D | 26 | 48 | 37 |
| Octal | 337 | 242 | 74 | 0 | 33 | 111 | 15 | 46 | 110 | 67 |
| Binary | 11011111 | 10100010 | 111100 | 0 | 11011 | 1001001 | 1101 | 100110 | 1001000 | 110111 |
Color Harmonies of #DFA23C
Complementary color
Monochromatic Colors of #DFA23C
Black with #DFA23C
Text Example
Text Example
White with #DFA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA23C; }
p { color: rgb(223,162,60); }
H1.HeaderClassName
{
color: #DFA23C;
}
.AnyTagClassName
{
color: #DFA23C;
}
</style>
background-color css
<style>
a { background-color: #DFA23C; }
a { background-color: rgb(223,162,60); }
div.DivClassName
{
background-color: #DFA23C;
}
.BgClassName
{
background-color: #DFA23C;
}
</style>
border-color css
<style>
span { border-color: #DFA23C; }
span { border-color: rgb(223,162,60); }
td.TdClassName
{
border-color: #DFA23C;
}
.TagClassName
{
border-color: #DFA23C;
}
</style>