Shades of Tulip Tree #DCB147
Tints of Tulip Tree #DCB147
RGB
CMYK
RGB Variations
Color information
#DCB147 (or 0xDCB147) is known color: Tulip Tree. HEX triplet: DC, B1 and 47. RGB value is (220,177,71). Sum of RGB (Red+Green+Blue) = 220+177+71=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB147 is #234EB8. Grayscale: #B2B2B2. Windows color (decimal): -2313913 or 4698588. OLE color: 4698588.
HSL color Cylindrical-coordinate representation of color #DCB147: hue angle of 42.68º 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 #DCB147 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 71 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.14 |
| HSL | 42.68º | 0.68% | 0.57% | - |
| HSV(B) | 42.68º | 0.68% | 0.86% | - |
| XYZ | 46.37 | 47.11 | 12.61 | - |
| YUV | 177.77 | 67.75 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 71 | 0 | 0.20 | 0.68 | 0.14 | 42.68 | 0.68 | 0.57 |
| Hex | DC | B1 | 47 | 0 | 14 | 44 | E | 2B | 44 | 39 |
| Octal | 334 | 261 | 107 | 0 | 24 | 104 | 16 | 53 | 104 | 71 |
| Binary | 11011100 | 10110001 | 1000111 | 0 | 10100 | 1000100 | 1110 | 101011 | 1000100 | 111001 |
Color Harmonies of #DCB147
Complementary color
Monochromatic Colors of #DCB147
Black with #DCB147
Text Example
Text Example
White with #DCB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB147; }
p { color: rgb(220,177,71); }
H1.HeaderClassName
{
color: #DCB147;
}
.AnyTagClassName
{
color: #DCB147;
}
</style>
background-color css
<style>
a { background-color: #DCB147; }
a { background-color: rgb(220,177,71); }
div.DivClassName
{
background-color: #DCB147;
}
.BgClassName
{
background-color: #DCB147;
}
</style>
border-color css
<style>
span { border-color: #DCB147; }
span { border-color: rgb(220,177,71); }
td.TdClassName
{
border-color: #DCB147;
}
.TagClassName
{
border-color: #DCB147;
}
</style>