Shades of Tulip Tree #DFA63D
Tints of Tulip Tree #DFA63D
RGB
CMYK
RGB Variations
Color information
#DFA63D (or 0xDFA63D) is known color: Tulip Tree. HEX triplet: DF, A6 and 3D. RGB value is (223,166,61). Sum of RGB (Red+Green+Blue) = 223+166+61=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA63D is #2059C2. Grayscale: #ABABAB. Windows color (decimal): -2120131 or 4040415. OLE color: 4040415.
HSL color Cylindrical-coordinate representation of color #DFA63D: hue angle of 38.89º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFA63D is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 61 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.13 |
| HSL | 38.89º | 0.72% | 0.56% | - |
| HSV(B) | 38.89º | 0.73% | 0.87% | - |
| XYZ | 44.91 | 43.3 | 10.41 | - |
| YUV | 171.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 61 | 0 | 0.26 | 0.73 | 0.13 | 38.89 | 0.72 | 0.56 |
| Hex | DF | A6 | 3D | 0 | 1A | 49 | D | 27 | 48 | 38 |
| Octal | 337 | 246 | 75 | 0 | 32 | 111 | 15 | 47 | 110 | 70 |
| Binary | 11011111 | 10100110 | 111101 | 0 | 11010 | 1001001 | 1101 | 100111 | 1001000 | 111000 |
Color Harmonies of #DFA63D
Complementary color
Monochromatic Colors of #DFA63D
Black with #DFA63D
Text Example
Text Example
White with #DFA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA63D; }
p { color: rgb(223,166,61); }
H1.HeaderClassName
{
color: #DFA63D;
}
.AnyTagClassName
{
color: #DFA63D;
}
</style>
background-color css
<style>
a { background-color: #DFA63D; }
a { background-color: rgb(223,166,61); }
div.DivClassName
{
background-color: #DFA63D;
}
.BgClassName
{
background-color: #DFA63D;
}
</style>
border-color css
<style>
span { border-color: #DFA63D; }
span { border-color: rgb(223,166,61); }
td.TdClassName
{
border-color: #DFA63D;
}
.TagClassName
{
border-color: #DFA63D;
}
</style>