Shades of Tulip Tree #DFA632
Tints of Tulip Tree #DFA632
RGB
CMYK
RGB Variations
Color information
#DFA632 (or 0xDFA632) is known color: Tulip Tree. HEX triplet: DF, A6 and 32. RGB value is (223,166,50). Sum of RGB (Red+Green+Blue) = 223+166+50=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA632 is #2059CD. Grayscale: #AAAAAA. Windows color (decimal): -2120142 or 3319519. OLE color: 3319519.
HSL color Cylindrical-coordinate representation of color #DFA632: hue angle of 40.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFA632 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 50 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.13 |
| HSL | 40.23º | 0.73% | 0.54% | - |
| HSV(B) | 40.23º | 0.78% | 0.87% | - |
| XYZ | 44.64 | 43.19 | 9 | - |
| YUV | 169.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 50 | 0 | 0.26 | 0.78 | 0.13 | 40.23 | 0.73 | 0.54 |
| Hex | DF | A6 | 32 | 0 | 1A | 4E | D | 28 | 49 | 36 |
| Octal | 337 | 246 | 62 | 0 | 32 | 116 | 15 | 50 | 111 | 66 |
| Binary | 11011111 | 10100110 | 110010 | 0 | 11010 | 1001110 | 1101 | 101000 | 1001001 | 110110 |
Color Harmonies of #DFA632
Complementary color
Monochromatic Colors of #DFA632
Black with #DFA632
Text Example
Text Example
White with #DFA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA632; }
p { color: rgb(223,166,50); }
H1.HeaderClassName
{
color: #DFA632;
}
.AnyTagClassName
{
color: #DFA632;
}
</style>
background-color css
<style>
a { background-color: #DFA632; }
a { background-color: rgb(223,166,50); }
div.DivClassName
{
background-color: #DFA632;
}
.BgClassName
{
background-color: #DFA632;
}
</style>
border-color css
<style>
span { border-color: #DFA632; }
span { border-color: rgb(223,166,50); }
td.TdClassName
{
border-color: #DFA632;
}
.TagClassName
{
border-color: #DFA632;
}
</style>