Shades of Tulip Tree #DFA335
Tints of Tulip Tree #DFA335
RGB
CMYK
RGB Variations
Color information
#DFA335 (or 0xDFA335) is known color: Tulip Tree. HEX triplet: DF, A3 and 35. RGB value is (223,163,53). Sum of RGB (Red+Green+Blue) = 223+163+53=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA335 is #205CCA. Grayscale: #A8A8A8. Windows color (decimal): -2120907 or 3515359. OLE color: 3515359.
HSL color Cylindrical-coordinate representation of color #DFA335: hue angle of 38.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFA335 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 53 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.13 |
| HSL | 38.82º | 0.73% | 0.54% | - |
| HSV(B) | 38.82º | 0.76% | 0.87% | - |
| XYZ | 44.17 | 42.14 | 9.17 | - |
| YUV | 168.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 53 | 0 | 0.27 | 0.76 | 0.13 | 38.82 | 0.73 | 0.54 |
| Hex | DF | A3 | 35 | 0 | 1B | 4C | D | 27 | 49 | 36 |
| Octal | 337 | 243 | 65 | 0 | 33 | 114 | 15 | 47 | 111 | 66 |
| Binary | 11011111 | 10100011 | 110101 | 0 | 11011 | 1001100 | 1101 | 100111 | 1001001 | 110110 |
Color Harmonies of #DFA335
Complementary color
Monochromatic Colors of #DFA335
Black with #DFA335
Text Example
Text Example
White with #DFA335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA335; }
p { color: rgb(223,163,53); }
H1.HeaderClassName
{
color: #DFA335;
}
.AnyTagClassName
{
color: #DFA335;
}
</style>
background-color css
<style>
a { background-color: #DFA335; }
a { background-color: rgb(223,163,53); }
div.DivClassName
{
background-color: #DFA335;
}
.BgClassName
{
background-color: #DFA335;
}
</style>
border-color css
<style>
span { border-color: #DFA335; }
span { border-color: rgb(223,163,53); }
td.TdClassName
{
border-color: #DFA335;
}
.TagClassName
{
border-color: #DFA335;
}
</style>