Shades of Tulip Tree #DBA23C
Tints of Tulip Tree #DBA23C
RGB
CMYK
RGB Variations
Color information
#DBA23C (or 0xDBA23C) is known color: Tulip Tree. HEX triplet: DB, A2 and 3C. RGB value is (219,162,60). Sum of RGB (Red+Green+Blue) = 219+162+60=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA23C is #245DC3. Grayscale: #A7A7A7. Windows color (decimal): -2383300 or 3973851. OLE color: 3973851.
HSL color Cylindrical-coordinate representation of color #DBA23C: hue angle of 38.49º 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 #DBA23C is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 60 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.14 |
| HSL | 38.49º | 0.69% | 0.55% | - |
| HSV(B) | 38.49º | 0.73% | 0.86% | - |
| XYZ | 42.95 | 41.23 | 9.97 | - |
| YUV | 167.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 60 | 0 | 0.26 | 0.73 | 0.14 | 38.49 | 0.69 | 0.55 |
| Hex | DB | A2 | 3C | 0 | 1A | 49 | E | 26 | 45 | 37 |
| Octal | 333 | 242 | 74 | 0 | 32 | 111 | 16 | 46 | 105 | 67 |
| Binary | 11011011 | 10100010 | 111100 | 0 | 11010 | 1001001 | 1110 | 100110 | 1000101 | 110111 |
Color Harmonies of #DBA23C
Complementary color
Monochromatic Colors of #DBA23C
Black with #DBA23C
Text Example
Text Example
White with #DBA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA23C; }
p { color: rgb(219,162,60); }
H1.HeaderClassName
{
color: #DBA23C;
}
.AnyTagClassName
{
color: #DBA23C;
}
</style>
background-color css
<style>
a { background-color: #DBA23C; }
a { background-color: rgb(219,162,60); }
div.DivClassName
{
background-color: #DBA23C;
}
.BgClassName
{
background-color: #DBA23C;
}
</style>
border-color css
<style>
span { border-color: #DBA23C; }
span { border-color: rgb(219,162,60); }
td.TdClassName
{
border-color: #DBA23C;
}
.TagClassName
{
border-color: #DBA23C;
}
</style>