Shades of Tulip Tree #DFA735
Tints of Tulip Tree #DFA735
RGB
CMYK
RGB Variations
Color information
#DFA735 (or 0xDFA735) is known color: Tulip Tree. HEX triplet: DF, A7 and 35. RGB value is (223,167,53). Sum of RGB (Red+Green+Blue) = 223+167+53=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA735 is #2058CA. Grayscale: #ABABAB. Windows color (decimal): -2119883 or 3516383. OLE color: 3516383.
HSL color Cylindrical-coordinate representation of color #DFA735: hue angle of 40.24º 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 #DFA735 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 53 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.13 |
| HSL | 40.24º | 0.73% | 0.54% | - |
| HSV(B) | 40.24º | 0.76% | 0.87% | - |
| XYZ | 44.89 | 43.58 | 9.41 | - |
| YUV | 170.75 | 61.55 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 53 | 0 | 0.25 | 0.76 | 0.13 | 40.24 | 0.73 | 0.54 |
| Hex | DF | A7 | 35 | 0 | 19 | 4C | D | 28 | 49 | 36 |
| Octal | 337 | 247 | 65 | 0 | 31 | 114 | 15 | 50 | 111 | 66 |
| Binary | 11011111 | 10100111 | 110101 | 0 | 11001 | 1001100 | 1101 | 101000 | 1001001 | 110110 |
Color Harmonies of #DFA735
Complementary color
Monochromatic Colors of #DFA735
Black with #DFA735
Text Example
Text Example
White with #DFA735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA735; }
p { color: rgb(223,167,53); }
H1.HeaderClassName
{
color: #DFA735;
}
.AnyTagClassName
{
color: #DFA735;
}
</style>
background-color css
<style>
a { background-color: #DFA735; }
a { background-color: rgb(223,167,53); }
div.DivClassName
{
background-color: #DFA735;
}
.BgClassName
{
background-color: #DFA735;
}
</style>
border-color css
<style>
span { border-color: #DFA735; }
span { border-color: rgb(223,167,53); }
td.TdClassName
{
border-color: #DFA735;
}
.TagClassName
{
border-color: #DFA735;
}
</style>