Shades of Tulip Tree #DCB643
Tints of Tulip Tree #DCB643
RGB
CMYK
RGB Variations
Color information
#DCB643 (or 0xDCB643) is known color: Tulip Tree. HEX triplet: DC, B6 and 43. RGB value is (220,182,67). Sum of RGB (Red+Green+Blue) = 220+182+67=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB643 is #2349BC. Grayscale: #B4B4B4. Windows color (decimal): -2312637 or 4437724. OLE color: 4437724.
HSL color Cylindrical-coordinate representation of color #DCB643: hue angle of 45.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCB643 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 67 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.14 |
| HSL | 45.1º | 0.69% | 0.56% | - |
| HSV(B) | 45.1º | 0.7% | 0.86% | - |
| XYZ | 47.26 | 49.08 | 12.29 | - |
| YUV | 180.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 67 | 0 | 0.17 | 0.70 | 0.14 | 45.1 | 0.69 | 0.56 |
| Hex | DC | B6 | 43 | 0 | 11 | 46 | E | 2D | 45 | 38 |
| Octal | 334 | 266 | 103 | 0 | 21 | 106 | 16 | 55 | 105 | 70 |
| Binary | 11011100 | 10110110 | 1000011 | 0 | 10001 | 1000110 | 1110 | 101101 | 1000101 | 111000 |
Color Harmonies of #DCB643
Complementary color
Monochromatic Colors of #DCB643
Black with #DCB643
Text Example
Text Example
White with #DCB643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB643; }
p { color: rgb(220,182,67); }
H1.HeaderClassName
{
color: #DCB643;
}
.AnyTagClassName
{
color: #DCB643;
}
</style>
background-color css
<style>
a { background-color: #DCB643; }
a { background-color: rgb(220,182,67); }
div.DivClassName
{
background-color: #DCB643;
}
.BgClassName
{
background-color: #DCB643;
}
</style>
border-color css
<style>
span { border-color: #DCB643; }
span { border-color: rgb(220,182,67); }
td.TdClassName
{
border-color: #DCB643;
}
.TagClassName
{
border-color: #DCB643;
}
</style>