Shades of Tulip Tree #DCB847
Tints of Tulip Tree #DCB847
RGB
CMYK
RGB Variations
Color information
#DCB847 (or 0xDCB847) is known color: Tulip Tree. HEX triplet: DC, B8 and 47. RGB value is (220,184,71). Sum of RGB (Red+Green+Blue) = 220+184+71=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB847 is #2347B8. Grayscale: #B6B6B6. Windows color (decimal): -2312121 or 4700380. OLE color: 4700380.
HSL color Cylindrical-coordinate representation of color #DCB847: hue angle of 45.5º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCB847 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 71 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.14 |
| HSL | 45.5º | 0.68% | 0.57% | - |
| HSV(B) | 45.5º | 0.68% | 0.86% | - |
| XYZ | 47.79 | 49.95 | 13.08 | - |
| YUV | 181.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 71 | 0 | 0.16 | 0.68 | 0.14 | 45.5 | 0.68 | 0.57 |
| Hex | DC | B8 | 47 | 0 | 10 | 44 | E | 2E | 44 | 39 |
| Octal | 334 | 270 | 107 | 0 | 20 | 104 | 16 | 56 | 104 | 71 |
| Binary | 11011100 | 10111000 | 1000111 | 0 | 10000 | 1000100 | 1110 | 101110 | 1000100 | 111001 |
Color Harmonies of #DCB847
Complementary color
Monochromatic Colors of #DCB847
Black with #DCB847
Text Example
Text Example
White with #DCB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB847; }
p { color: rgb(220,184,71); }
H1.HeaderClassName
{
color: #DCB847;
}
.AnyTagClassName
{
color: #DCB847;
}
</style>
background-color css
<style>
a { background-color: #DCB847; }
a { background-color: rgb(220,184,71); }
div.DivClassName
{
background-color: #DCB847;
}
.BgClassName
{
background-color: #DCB847;
}
</style>
border-color css
<style>
span { border-color: #DCB847; }
span { border-color: rgb(220,184,71); }
td.TdClassName
{
border-color: #DCB847;
}
.TagClassName
{
border-color: #DCB847;
}
</style>