Shades of Tulip Tree #DBB03F
Tints of Tulip Tree #DBB03F
RGB
CMYK
RGB Variations
Color information
#DBB03F (or 0xDBB03F) is known color: Tulip Tree. HEX triplet: DB, B0 and 3F. RGB value is (219,176,63). Sum of RGB (Red+Green+Blue) = 219+176+63=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB03F is #244FC0. Grayscale: #B0B0B0. Windows color (decimal): -2379713 or 4174043. OLE color: 4174043.
HSL color Cylindrical-coordinate representation of color #DBB03F: hue angle of 43.46º 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 #DBB03F is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 63 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.14 |
| HSL | 43.46º | 0.68% | 0.55% | - |
| HSV(B) | 43.46º | 0.71% | 0.86% | - |
| XYZ | 45.64 | 46.47 | 11.27 | - |
| YUV | 175.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 63 | 0 | 0.20 | 0.71 | 0.14 | 43.46 | 0.68 | 0.55 |
| Hex | DB | B0 | 3F | 0 | 14 | 47 | E | 2B | 44 | 37 |
| Octal | 333 | 260 | 77 | 0 | 24 | 107 | 16 | 53 | 104 | 67 |
| Binary | 11011011 | 10110000 | 111111 | 0 | 10100 | 1000111 | 1110 | 101011 | 1000100 | 110111 |
Color Harmonies of #DBB03F
Complementary color
Monochromatic Colors of #DBB03F
Black with #DBB03F
Text Example
Text Example
White with #DBB03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB03F; }
p { color: rgb(219,176,63); }
H1.HeaderClassName
{
color: #DBB03F;
}
.AnyTagClassName
{
color: #DBB03F;
}
</style>
background-color css
<style>
a { background-color: #DBB03F; }
a { background-color: rgb(219,176,63); }
div.DivClassName
{
background-color: #DBB03F;
}
.BgClassName
{
background-color: #DBB03F;
}
</style>
border-color css
<style>
span { border-color: #DBB03F; }
span { border-color: rgb(219,176,63); }
td.TdClassName
{
border-color: #DBB03F;
}
.TagClassName
{
border-color: #DBB03F;
}
</style>