Shades of Tulip Tree #DBA83D
Tints of Tulip Tree #DBA83D
RGB
CMYK
RGB Variations
Color information
#DBA83D (or 0xDBA83D) is known color: Tulip Tree. HEX triplet: DB, A8 and 3D. RGB value is (219,168,61). Sum of RGB (Red+Green+Blue) = 219+168+61=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA83D is #2457C2. Grayscale: #ABABAB. Windows color (decimal): -2381763 or 4040923. OLE color: 4040923.
HSL color Cylindrical-coordinate representation of color #DBA83D: hue angle of 40.63º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBA83D is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 61 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.14 |
| HSL | 40.63º | 0.69% | 0.55% | - |
| HSV(B) | 40.63º | 0.72% | 0.86% | - |
| XYZ | 44.06 | 43.4 | 10.47 | - |
| YUV | 171.05 | 65.9 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 61 | 0 | 0.23 | 0.72 | 0.14 | 40.63 | 0.69 | 0.55 |
| Hex | DB | A8 | 3D | 0 | 17 | 48 | E | 29 | 45 | 37 |
| Octal | 333 | 250 | 75 | 0 | 27 | 110 | 16 | 51 | 105 | 67 |
| Binary | 11011011 | 10101000 | 111101 | 0 | 10111 | 1001000 | 1110 | 101001 | 1000101 | 110111 |
Color Harmonies of #DBA83D
Complementary color
Monochromatic Colors of #DBA83D
Black with #DBA83D
Text Example
Text Example
White with #DBA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA83D; }
p { color: rgb(219,168,61); }
H1.HeaderClassName
{
color: #DBA83D;
}
.AnyTagClassName
{
color: #DBA83D;
}
</style>
background-color css
<style>
a { background-color: #DBA83D; }
a { background-color: rgb(219,168,61); }
div.DivClassName
{
background-color: #DBA83D;
}
.BgClassName
{
background-color: #DBA83D;
}
</style>
border-color css
<style>
span { border-color: #DBA83D; }
span { border-color: rgb(219,168,61); }
td.TdClassName
{
border-color: #DBA83D;
}
.TagClassName
{
border-color: #DBA83D;
}
</style>