Shades of Tulip Tree #DBA83F
Tints of Tulip Tree #DBA83F
RGB
CMYK
RGB Variations
Color information
#DBA83F (or 0xDBA83F) is known color: Tulip Tree. HEX triplet: DB, A8 and 3F. RGB value is (219,168,63). Sum of RGB (Red+Green+Blue) = 219+168+63=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA83F is #2457C0. Grayscale: #ABABAB. Windows color (decimal): -2381761 or 4171995. OLE color: 4171995.
HSL color Cylindrical-coordinate representation of color #DBA83F: hue angle of 40.38º 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 #DBA83F is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 63 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.14 |
| HSL | 40.38º | 0.68% | 0.55% | - |
| HSV(B) | 40.38º | 0.71% | 0.86% | - |
| XYZ | 44.11 | 43.42 | 10.76 | - |
| YUV | 171.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 63 | 0 | 0.23 | 0.71 | 0.14 | 40.38 | 0.68 | 0.55 |
| Hex | DB | A8 | 3F | 0 | 17 | 47 | E | 28 | 44 | 37 |
| Octal | 333 | 250 | 77 | 0 | 27 | 107 | 16 | 50 | 104 | 67 |
| Binary | 11011011 | 10101000 | 111111 | 0 | 10111 | 1000111 | 1110 | 101000 | 1000100 | 110111 |
Color Harmonies of #DBA83F
Complementary color
Monochromatic Colors of #DBA83F
Black with #DBA83F
Text Example
Text Example
White with #DBA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA83F; }
p { color: rgb(219,168,63); }
H1.HeaderClassName
{
color: #DBA83F;
}
.AnyTagClassName
{
color: #DBA83F;
}
</style>
background-color css
<style>
a { background-color: #DBA83F; }
a { background-color: rgb(219,168,63); }
div.DivClassName
{
background-color: #DBA83F;
}
.BgClassName
{
background-color: #DBA83F;
}
</style>
border-color css
<style>
span { border-color: #DBA83F; }
span { border-color: rgb(219,168,63); }
td.TdClassName
{
border-color: #DBA83F;
}
.TagClassName
{
border-color: #DBA83F;
}
</style>