Shades of Tulip Tree #DFA640
Tints of Tulip Tree #DFA640
RGB
CMYK
RGB Variations
Color information
#DFA640 (or 0xDFA640) is known color: Tulip Tree. HEX triplet: DF, A6 and 40. RGB value is (223,166,64). Sum of RGB (Red+Green+Blue) = 223+166+64=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA640 is #2059BF. Grayscale: #ABABAB. Windows color (decimal): -2120128 or 4237023. OLE color: 4237023.
HSL color Cylindrical-coordinate representation of color #DFA640: hue angle of 38.49º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFA640 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 64 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.13 |
| HSL | 38.49º | 0.71% | 0.56% | - |
| HSV(B) | 38.49º | 0.71% | 0.87% | - |
| XYZ | 44.99 | 43.33 | 10.84 | - |
| YUV | 171.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 64 | 0 | 0.26 | 0.71 | 0.13 | 38.49 | 0.71 | 0.56 |
| Hex | DF | A6 | 40 | 0 | 1A | 47 | D | 26 | 47 | 38 |
| Octal | 337 | 246 | 100 | 0 | 32 | 107 | 15 | 46 | 107 | 70 |
| Binary | 11011111 | 10100110 | 1000000 | 0 | 11010 | 1000111 | 1101 | 100110 | 1000111 | 111000 |
Color Harmonies of #DFA640
Complementary color
Monochromatic Colors of #DFA640
Black with #DFA640
Text Example
Text Example
White with #DFA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA640; }
p { color: rgb(223,166,64); }
H1.HeaderClassName
{
color: #DFA640;
}
.AnyTagClassName
{
color: #DFA640;
}
</style>
background-color css
<style>
a { background-color: #DFA640; }
a { background-color: rgb(223,166,64); }
div.DivClassName
{
background-color: #DFA640;
}
.BgClassName
{
background-color: #DFA640;
}
</style>
border-color css
<style>
span { border-color: #DFA640; }
span { border-color: rgb(223,166,64); }
td.TdClassName
{
border-color: #DFA640;
}
.TagClassName
{
border-color: #DFA640;
}
</style>