Shades of Tulip Tree #DBB348
Tints of Tulip Tree #DBB348
RGB
CMYK
RGB Variations
Color information
#DBB348 (or 0xDBB348) is known color: Tulip Tree. HEX triplet: DB, B3 and 48. RGB value is (219,179,72). Sum of RGB (Red+Green+Blue) = 219+179+72=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB348 is #244CB7. Grayscale: #B3B3B3. Windows color (decimal): -2378936 or 4764635. OLE color: 4764635.
HSL color Cylindrical-coordinate representation of color #DBB348: hue angle of 43.67º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBB348 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 72 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.14 |
| HSL | 43.67º | 0.67% | 0.57% | - |
| HSV(B) | 43.67º | 0.67% | 0.86% | - |
| XYZ | 46.5 | 47.77 | 12.9 | - |
| YUV | 178.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 72 | 0 | 0.18 | 0.67 | 0.14 | 43.67 | 0.67 | 0.57 |
| Hex | DB | B3 | 48 | 0 | 12 | 43 | E | 2C | 43 | 39 |
| Octal | 333 | 263 | 110 | 0 | 22 | 103 | 16 | 54 | 103 | 71 |
| Binary | 11011011 | 10110011 | 1001000 | 0 | 10010 | 1000011 | 1110 | 101100 | 1000011 | 111001 |
Color Harmonies of #DBB348
Complementary color
Monochromatic Colors of #DBB348
Black with #DBB348
Text Example
Text Example
White with #DBB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB348; }
p { color: rgb(219,179,72); }
H1.HeaderClassName
{
color: #DBB348;
}
.AnyTagClassName
{
color: #DBB348;
}
</style>
background-color css
<style>
a { background-color: #DBB348; }
a { background-color: rgb(219,179,72); }
div.DivClassName
{
background-color: #DBB348;
}
.BgClassName
{
background-color: #DBB348;
}
</style>
border-color css
<style>
span { border-color: #DBB348; }
span { border-color: rgb(219,179,72); }
td.TdClassName
{
border-color: #DBB348;
}
.TagClassName
{
border-color: #DBB348;
}
</style>