Shades of Tulip Tree #DBB13F
Tints of Tulip Tree #DBB13F
RGB
CMYK
RGB Variations
Color information
#DBB13F (or 0xDBB13F) is known color: Tulip Tree. HEX triplet: DB, B1 and 3F. RGB value is (219,177,63). Sum of RGB (Red+Green+Blue) = 219+177+63=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB13F is #244EC0. Grayscale: #B1B1B1. Windows color (decimal): -2379457 or 4174299. OLE color: 4174299.
HSL color Cylindrical-coordinate representation of color #DBB13F: hue angle of 43.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBB13F is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 63 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.14 |
| HSL | 43.85º | 0.68% | 0.55% | - |
| HSV(B) | 43.85º | 0.71% | 0.86% | - |
| XYZ | 45.83 | 46.86 | 11.33 | - |
| YUV | 176.56 | 63.91 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 63 | 0 | 0.19 | 0.71 | 0.14 | 43.85 | 0.68 | 0.55 |
| Hex | DB | B1 | 3F | 0 | 13 | 47 | E | 2C | 44 | 37 |
| Octal | 333 | 261 | 77 | 0 | 23 | 107 | 16 | 54 | 104 | 67 |
| Binary | 11011011 | 10110001 | 111111 | 0 | 10011 | 1000111 | 1110 | 101100 | 1000100 | 110111 |
Color Harmonies of #DBB13F
Complementary color
Monochromatic Colors of #DBB13F
Black with #DBB13F
Text Example
Text Example
White with #DBB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB13F; }
p { color: rgb(219,177,63); }
H1.HeaderClassName
{
color: #DBB13F;
}
.AnyTagClassName
{
color: #DBB13F;
}
</style>
background-color css
<style>
a { background-color: #DBB13F; }
a { background-color: rgb(219,177,63); }
div.DivClassName
{
background-color: #DBB13F;
}
.BgClassName
{
background-color: #DBB13F;
}
</style>
border-color css
<style>
span { border-color: #DBB13F; }
span { border-color: rgb(219,177,63); }
td.TdClassName
{
border-color: #DBB13F;
}
.TagClassName
{
border-color: #DBB13F;
}
</style>