Shades of Tulip Tree #DBA83B
Tints of Tulip Tree #DBA83B
RGB
CMYK
RGB Variations
Color information
#DBA83B (or 0xDBA83B) is known color: Tulip Tree. HEX triplet: DB, A8 and 3B. RGB value is (219,168,59). Sum of RGB (Red+Green+Blue) = 219+168+59=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA83B is #2457C4. Grayscale: #ABABAB. Windows color (decimal): -2381765 or 3909851. OLE color: 3909851.
HSL color Cylindrical-coordinate representation of color #DBA83B: hue angle of 40.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBA83B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 59 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.14 |
| HSL | 40.88º | 0.69% | 0.55% | - |
| HSV(B) | 40.88º | 0.73% | 0.86% | - |
| XYZ | 44.01 | 43.38 | 10.19 | - |
| YUV | 170.82 | 64.9 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 59 | 0 | 0.23 | 0.73 | 0.14 | 40.88 | 0.69 | 0.55 |
| Hex | DB | A8 | 3B | 0 | 17 | 49 | E | 29 | 45 | 37 |
| Octal | 333 | 250 | 73 | 0 | 27 | 111 | 16 | 51 | 105 | 67 |
| Binary | 11011011 | 10101000 | 111011 | 0 | 10111 | 1001001 | 1110 | 101001 | 1000101 | 110111 |
Color Harmonies of #DBA83B
Complementary color
Monochromatic Colors of #DBA83B
Black with #DBA83B
Text Example
Text Example
White with #DBA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA83B; }
p { color: rgb(219,168,59); }
H1.HeaderClassName
{
color: #DBA83B;
}
.AnyTagClassName
{
color: #DBA83B;
}
</style>
background-color css
<style>
a { background-color: #DBA83B; }
a { background-color: rgb(219,168,59); }
div.DivClassName
{
background-color: #DBA83B;
}
.BgClassName
{
background-color: #DBA83B;
}
</style>
border-color css
<style>
span { border-color: #DBA83B; }
span { border-color: rgb(219,168,59); }
td.TdClassName
{
border-color: #DBA83B;
}
.TagClassName
{
border-color: #DBA83B;
}
</style>