Shades of Tulip Tree #DFBA3E
Tints of Tulip Tree #DFBA3E
RGB
CMYK
RGB Variations
Color information
#DFBA3E (or 0xDFBA3E) is known color: Tulip Tree. HEX triplet: DF, BA and 3E. RGB value is (223,186,62). Sum of RGB (Red+Green+Blue) = 223+186+62=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA3E is #2045C1. Grayscale: #B7B7B7. Windows color (decimal): -2115010 or 4111071. OLE color: 4111071.
HSL color Cylindrical-coordinate representation of color #DFBA3E: hue angle of 46.21º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFBA3E is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 186 | 62 | - |
CMYK | 0 | 0.17 | 0.72 | 0.13 |
HSL | 46.21º | 0.72% | 0.56% | - |
HSV(B) | 46.21º | 0.72% | 0.87% | - |
XYZ | 48.86 | 51.15 | 11.86 | - |
YUV | 182.93 | 59.76 | 156.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 186 | 62 | 0 | 0.17 | 0.72 | 0.13 | 46.21 | 0.72 | 0.56 |
Hex | DF | BA | 3E | 0 | 11 | 48 | D | 2E | 48 | 38 |
Octal | 337 | 272 | 76 | 0 | 21 | 110 | 15 | 56 | 110 | 70 |
Binary | 11011111 | 10111010 | 111110 | 0 | 10001 | 1001000 | 1101 | 101110 | 1001000 | 111000 |
Color Harmonies of #DFBA3E
Complementary color
Monochromatic Colors of #DFBA3E
Black with #DFBA3E
Text Example
Text Example
White with #DFBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA3E; }
p { color: rgb(223,186,62); }
H1.HeaderClassName
{
color: #DFBA3E;
}
.AnyTagClassName
{
color: #DFBA3E;
}
</style>
background-color css
<style>
a { background-color: #DFBA3E; }
a { background-color: rgb(223,186,62); }
div.DivClassName
{
background-color: #DFBA3E;
}
.BgClassName
{
background-color: #DFBA3E;
}
</style>
border-color css
<style>
span { border-color: #DFBA3E; }
span { border-color: rgb(223,186,62); }
td.TdClassName
{
border-color: #DFBA3E;
}
.TagClassName
{
border-color: #DFBA3E;
}
</style>