Shades of Tulip Tree #DBA83C
Tints of Tulip Tree #DBA83C
RGB
CMYK
RGB Variations
Color information
#DBA83C (or 0xDBA83C) is known color: Tulip Tree. HEX triplet: DB, A8 and 3C. RGB value is (219,168,60). Sum of RGB (Red+Green+Blue) = 219+168+60=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA83C is #2457C3. Grayscale: #ABABAB. Windows color (decimal): -2381764 or 3975387. OLE color: 3975387.
HSL color Cylindrical-coordinate representation of color #DBA83C: hue angle of 40.75º 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 #DBA83C is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 60 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.14 |
| HSL | 40.75º | 0.69% | 0.55% | - |
| HSV(B) | 40.75º | 0.73% | 0.86% | - |
| XYZ | 44.03 | 43.39 | 10.33 | - |
| YUV | 170.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 60 | 0 | 0.23 | 0.73 | 0.14 | 40.75 | 0.69 | 0.55 |
| Hex | DB | A8 | 3C | 0 | 17 | 49 | E | 29 | 45 | 37 |
| Octal | 333 | 250 | 74 | 0 | 27 | 111 | 16 | 51 | 105 | 67 |
| Binary | 11011011 | 10101000 | 111100 | 0 | 10111 | 1001001 | 1110 | 101001 | 1000101 | 110111 |
Color Harmonies of #DBA83C
Complementary color
Monochromatic Colors of #DBA83C
Black with #DBA83C
Text Example
Text Example
White with #DBA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA83C; }
p { color: rgb(219,168,60); }
H1.HeaderClassName
{
color: #DBA83C;
}
.AnyTagClassName
{
color: #DBA83C;
}
</style>
background-color css
<style>
a { background-color: #DBA83C; }
a { background-color: rgb(219,168,60); }
div.DivClassName
{
background-color: #DBA83C;
}
.BgClassName
{
background-color: #DBA83C;
}
</style>
border-color css
<style>
span { border-color: #DBA83C; }
span { border-color: rgb(219,168,60); }
td.TdClassName
{
border-color: #DBA83C;
}
.TagClassName
{
border-color: #DBA83C;
}
</style>