Shades of Tulip Tree #DBA533
Tints of Tulip Tree #DBA533
RGB
CMYK
RGB Variations
Color information
#DBA533 (or 0xDBA533) is known color: Tulip Tree. HEX triplet: DB, A5 and 33. RGB value is (219,165,51). Sum of RGB (Red+Green+Blue) = 219+165+51=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA533 is #245ACC. Grayscale: #A8A8A8. Windows color (decimal): -2382541 or 3384795. OLE color: 3384795.
HSL color Cylindrical-coordinate representation of color #DBA533: hue angle of 40.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBA533 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 51 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.14 |
| HSL | 40.71º | 0.7% | 0.53% | - |
| HSV(B) | 40.71º | 0.77% | 0.86% | - |
| XYZ | 43.27 | 42.21 | 9 | - |
| YUV | 168.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 51 | 0 | 0.25 | 0.77 | 0.14 | 40.71 | 0.7 | 0.53 |
| Hex | DB | A5 | 33 | 0 | 19 | 4D | E | 29 | 46 | 35 |
| Octal | 333 | 245 | 63 | 0 | 31 | 115 | 16 | 51 | 106 | 65 |
| Binary | 11011011 | 10100101 | 110011 | 0 | 11001 | 1001101 | 1110 | 101001 | 1000110 | 110101 |
Color Harmonies of #DBA533
Complementary color
Monochromatic Colors of #DBA533
Black with #DBA533
Text Example
Text Example
White with #DBA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA533; }
p { color: rgb(219,165,51); }
H1.HeaderClassName
{
color: #DBA533;
}
.AnyTagClassName
{
color: #DBA533;
}
</style>
background-color css
<style>
a { background-color: #DBA533; }
a { background-color: rgb(219,165,51); }
div.DivClassName
{
background-color: #DBA533;
}
.BgClassName
{
background-color: #DBA533;
}
</style>
border-color css
<style>
span { border-color: #DBA533; }
span { border-color: rgb(219,165,51); }
td.TdClassName
{
border-color: #DBA533;
}
.TagClassName
{
border-color: #DBA533;
}
</style>