Shades of Tulip Tree #DFB13B
Tints of Tulip Tree #DFB13B
RGB
CMYK
RGB Variations
Color information
#DFB13B (or 0xDFB13B) is known color: Tulip Tree. HEX triplet: DF, B1 and 3B. RGB value is (223,177,59). Sum of RGB (Red+Green+Blue) = 223+177+59=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB13B is #204EC4. Grayscale: #B1B1B1. Windows color (decimal): -2117317 or 3912159. OLE color: 3912159.
HSL color Cylindrical-coordinate representation of color #DFB13B: hue angle of 43.17º 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 #DFB13B is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 59 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.13 |
| HSL | 43.17º | 0.72% | 0.55% | - |
| HSV(B) | 43.17º | 0.74% | 0.87% | - |
| XYZ | 46.94 | 47.45 | 10.82 | - |
| YUV | 177.3 | 61.24 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 59 | 0 | 0.21 | 0.74 | 0.13 | 43.17 | 0.72 | 0.55 |
| Hex | DF | B1 | 3B | 0 | 15 | 4A | D | 2B | 48 | 37 |
| Octal | 337 | 261 | 73 | 0 | 25 | 112 | 15 | 53 | 110 | 67 |
| Binary | 11011111 | 10110001 | 111011 | 0 | 10101 | 1001010 | 1101 | 101011 | 1001000 | 110111 |
Color Harmonies of #DFB13B
Complementary color
Monochromatic Colors of #DFB13B
Black with #DFB13B
Text Example
Text Example
White with #DFB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB13B; }
p { color: rgb(223,177,59); }
H1.HeaderClassName
{
color: #DFB13B;
}
.AnyTagClassName
{
color: #DFB13B;
}
</style>
background-color css
<style>
a { background-color: #DFB13B; }
a { background-color: rgb(223,177,59); }
div.DivClassName
{
background-color: #DFB13B;
}
.BgClassName
{
background-color: #DFB13B;
}
</style>
border-color css
<style>
span { border-color: #DFB13B; }
span { border-color: rgb(223,177,59); }
td.TdClassName
{
border-color: #DFB13B;
}
.TagClassName
{
border-color: #DFB13B;
}
</style>