Shades of Tulip Tree #DCB443
Tints of Tulip Tree #DCB443
RGB
CMYK
RGB Variations
Color information
#DCB443 (or 0xDCB443) is known color: Tulip Tree. HEX triplet: DC, B4 and 43. RGB value is (220,180,67). Sum of RGB (Red+Green+Blue) = 220+180+67=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB443 is #234BBC. Grayscale: #B3B3B3. Windows color (decimal): -2313149 or 4437212. OLE color: 4437212.
HSL color Cylindrical-coordinate representation of color #DCB443: hue angle of 44.31º 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 #DCB443 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 67 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.14 |
| HSL | 44.31º | 0.69% | 0.56% | - |
| HSV(B) | 44.31º | 0.7% | 0.86% | - |
| XYZ | 46.85 | 48.26 | 12.16 | - |
| YUV | 179.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 67 | 0 | 0.18 | 0.70 | 0.14 | 44.31 | 0.69 | 0.56 |
| Hex | DC | B4 | 43 | 0 | 12 | 46 | E | 2C | 45 | 38 |
| Octal | 334 | 264 | 103 | 0 | 22 | 106 | 16 | 54 | 105 | 70 |
| Binary | 11011100 | 10110100 | 1000011 | 0 | 10010 | 1000110 | 1110 | 101100 | 1000101 | 111000 |
Color Harmonies of #DCB443
Complementary color
Monochromatic Colors of #DCB443
Black with #DCB443
Text Example
Text Example
White with #DCB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB443; }
p { color: rgb(220,180,67); }
H1.HeaderClassName
{
color: #DCB443;
}
.AnyTagClassName
{
color: #DCB443;
}
</style>
background-color css
<style>
a { background-color: #DCB443; }
a { background-color: rgb(220,180,67); }
div.DivClassName
{
background-color: #DCB443;
}
.BgClassName
{
background-color: #DCB443;
}
</style>
border-color css
<style>
span { border-color: #DCB443; }
span { border-color: rgb(220,180,67); }
td.TdClassName
{
border-color: #DCB443;
}
.TagClassName
{
border-color: #DCB443;
}
</style>