Shades of Tulip Tree #DCB047
Tints of Tulip Tree #DCB047
RGB
CMYK
RGB Variations
Color information
#DCB047 (or 0xDCB047) is known color: Tulip Tree. HEX triplet: DC, B0 and 47. RGB value is (220,176,71). Sum of RGB (Red+Green+Blue) = 220+176+71=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB047 is #234FB8. Grayscale: #B1B1B1. Windows color (decimal): -2314169 or 4698332. OLE color: 4698332.
HSL color Cylindrical-coordinate representation of color #DCB047: hue angle of 42.28º 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 #DCB047 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 71 | - |
| CMYK | 0 | 0.2 | 0.68 | 0.14 |
| HSL | 42.28º | 0.68% | 0.57% | - |
| HSV(B) | 42.28º | 0.68% | 0.86% | - |
| XYZ | 46.18 | 46.72 | 12.55 | - |
| YUV | 177.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 71 | 0 | 0.2 | 0.68 | 0.14 | 42.28 | 0.68 | 0.57 |
| Hex | DC | B0 | 47 | 0 | 14 | 44 | E | 2A | 44 | 39 |
| Octal | 334 | 260 | 107 | 0 | 24 | 104 | 16 | 52 | 104 | 71 |
| Binary | 11011100 | 10110000 | 1000111 | 0 | 10100 | 1000100 | 1110 | 101010 | 1000100 | 111001 |
Color Harmonies of #DCB047
Complementary color
Monochromatic Colors of #DCB047
Black with #DCB047
Text Example
Text Example
White with #DCB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB047; }
p { color: rgb(220,176,71); }
H1.HeaderClassName
{
color: #DCB047;
}
.AnyTagClassName
{
color: #DCB047;
}
</style>
background-color css
<style>
a { background-color: #DCB047; }
a { background-color: rgb(220,176,71); }
div.DivClassName
{
background-color: #DCB047;
}
.BgClassName
{
background-color: #DCB047;
}
</style>
border-color css
<style>
span { border-color: #DCB047; }
span { border-color: rgb(220,176,71); }
td.TdClassName
{
border-color: #DCB047;
}
.TagClassName
{
border-color: #DCB047;
}
</style>