Shades of Tulip Tree #DCB543
Tints of Tulip Tree #DCB543
RGB
CMYK
RGB Variations
Color information
#DCB543 (or 0xDCB543) is known color: Tulip Tree. HEX triplet: DC, B5 and 43. RGB value is (220,181,67). Sum of RGB (Red+Green+Blue) = 220+181+67=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB543 is #234ABC. Grayscale: #B4B4B4. Windows color (decimal): -2312893 or 4437468. OLE color: 4437468.
HSL color Cylindrical-coordinate representation of color #DCB543: hue angle of 44.71º 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 #DCB543 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 67 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.14 |
| HSL | 44.71º | 0.69% | 0.56% | - |
| HSV(B) | 44.71º | 0.7% | 0.86% | - |
| XYZ | 47.05 | 48.67 | 12.22 | - |
| YUV | 179.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 67 | 0 | 0.18 | 0.70 | 0.14 | 44.71 | 0.69 | 0.56 |
| Hex | DC | B5 | 43 | 0 | 12 | 46 | E | 2D | 45 | 38 |
| Octal | 334 | 265 | 103 | 0 | 22 | 106 | 16 | 55 | 105 | 70 |
| Binary | 11011100 | 10110101 | 1000011 | 0 | 10010 | 1000110 | 1110 | 101101 | 1000101 | 111000 |
Color Harmonies of #DCB543
Complementary color
Monochromatic Colors of #DCB543
Black with #DCB543
Text Example
Text Example
White with #DCB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB543; }
p { color: rgb(220,181,67); }
H1.HeaderClassName
{
color: #DCB543;
}
.AnyTagClassName
{
color: #DCB543;
}
</style>
background-color css
<style>
a { background-color: #DCB543; }
a { background-color: rgb(220,181,67); }
div.DivClassName
{
background-color: #DCB543;
}
.BgClassName
{
background-color: #DCB543;
}
</style>
border-color css
<style>
span { border-color: #DCB543; }
span { border-color: rgb(220,181,67); }
td.TdClassName
{
border-color: #DCB543;
}
.TagClassName
{
border-color: #DCB543;
}
</style>