Shades of Tulip Tree #DFB13A
Tints of Tulip Tree #DFB13A
RGB
CMYK
RGB Variations
Color information
#DFB13A (or 0xDFB13A) is known color: Tulip Tree. HEX triplet: DF, B1 and 3A. RGB value is (223,177,58). Sum of RGB (Red+Green+Blue) = 223+177+58=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB13A is #204EC5. Grayscale: #B1B1B1. Windows color (decimal): -2117318 or 3846623. OLE color: 3846623.
HSL color Cylindrical-coordinate representation of color #DFB13A: hue angle of 43.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFB13A is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 58 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.13 |
| HSL | 43.27º | 0.72% | 0.55% | - |
| HSV(B) | 43.27º | 0.74% | 0.87% | - |
| XYZ | 46.92 | 47.44 | 10.69 | - |
| YUV | 177.19 | 60.74 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 58 | 0 | 0.21 | 0.74 | 0.13 | 43.27 | 0.72 | 0.55 |
| Hex | DF | B1 | 3A | 0 | 15 | 4A | D | 2B | 48 | 37 |
| Octal | 337 | 261 | 72 | 0 | 25 | 112 | 15 | 53 | 110 | 67 |
| Binary | 11011111 | 10110001 | 111010 | 0 | 10101 | 1001010 | 1101 | 101011 | 1001000 | 110111 |
Color Harmonies of #DFB13A
Complementary color
Monochromatic Colors of #DFB13A
Black with #DFB13A
Text Example
Text Example
White with #DFB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB13A; }
p { color: rgb(223,177,58); }
H1.HeaderClassName
{
color: #DFB13A;
}
.AnyTagClassName
{
color: #DFB13A;
}
</style>
background-color css
<style>
a { background-color: #DFB13A; }
a { background-color: rgb(223,177,58); }
div.DivClassName
{
background-color: #DFB13A;
}
.BgClassName
{
background-color: #DFB13A;
}
</style>
border-color css
<style>
span { border-color: #DFB13A; }
span { border-color: rgb(223,177,58); }
td.TdClassName
{
border-color: #DFB13A;
}
.TagClassName
{
border-color: #DFB13A;
}
</style>