Shades of Tulip Tree #DBA438
Tints of Tulip Tree #DBA438
RGB
CMYK
RGB Variations
Color information
#DBA438 (or 0xDBA438) is known color: Tulip Tree. HEX triplet: DB, A4 and 38. RGB value is (219,164,56). Sum of RGB (Red+Green+Blue) = 219+164+56=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA438 is #245BC7. Grayscale: #A8A8A8. Windows color (decimal): -2382792 or 3712219. OLE color: 3712219.
HSL color Cylindrical-coordinate representation of color #DBA438: hue angle of 39.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBA438 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 56 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.14 |
| HSL | 39.75º | 0.69% | 0.54% | - |
| HSV(B) | 39.75º | 0.74% | 0.86% | - |
| XYZ | 43.2 | 41.9 | 9.55 | - |
| YUV | 168.13 | 64.72 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 56 | 0 | 0.25 | 0.74 | 0.14 | 39.75 | 0.69 | 0.54 |
| Hex | DB | A4 | 38 | 0 | 19 | 4A | E | 28 | 45 | 36 |
| Octal | 333 | 244 | 70 | 0 | 31 | 112 | 16 | 50 | 105 | 66 |
| Binary | 11011011 | 10100100 | 111000 | 0 | 11001 | 1001010 | 1110 | 101000 | 1000101 | 110110 |
Color Harmonies of #DBA438
Complementary color
Monochromatic Colors of #DBA438
Black with #DBA438
Text Example
Text Example
White with #DBA438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA438; }
p { color: rgb(219,164,56); }
H1.HeaderClassName
{
color: #DBA438;
}
.AnyTagClassName
{
color: #DBA438;
}
</style>
background-color css
<style>
a { background-color: #DBA438; }
a { background-color: rgb(219,164,56); }
div.DivClassName
{
background-color: #DBA438;
}
.BgClassName
{
background-color: #DBA438;
}
</style>
border-color css
<style>
span { border-color: #DBA438; }
span { border-color: rgb(219,164,56); }
td.TdClassName
{
border-color: #DBA438;
}
.TagClassName
{
border-color: #DBA438;
}
</style>