Shades of Tulip Tree #DCB446
Tints of Tulip Tree #DCB446
RGB
CMYK
RGB Variations
Color information
#DCB446 (or 0xDCB446) is known color: Tulip Tree. HEX triplet: DC, B4 and 46. RGB value is (220,180,70). Sum of RGB (Red+Green+Blue) = 220+180+70=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB446 is #234BB9. Grayscale: #B3B3B3. Windows color (decimal): -2313146 or 4633820. OLE color: 4633820.
HSL color Cylindrical-coordinate representation of color #DCB446: hue angle of 44º 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 #DCB446 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 70 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.14 |
| HSL | 44º | 0.68% | 0.57% | - |
| HSV(B) | 44º | 0.68% | 0.86% | - |
| XYZ | 46.94 | 48.3 | 12.64 | - |
| YUV | 179.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 70 | 0 | 0.18 | 0.68 | 0.14 | 44 | 0.68 | 0.57 |
| Hex | DC | B4 | 46 | 0 | 12 | 44 | E | 2C | 44 | 39 |
| Octal | 334 | 264 | 106 | 0 | 22 | 104 | 16 | 54 | 104 | 71 |
| Binary | 11011100 | 10110100 | 1000110 | 0 | 10010 | 1000100 | 1110 | 101100 | 1000100 | 111001 |
Color Harmonies of #DCB446
Complementary color
Monochromatic Colors of #DCB446
Black with #DCB446
Text Example
Text Example
White with #DCB446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB446; }
p { color: rgb(220,180,70); }
H1.HeaderClassName
{
color: #DCB446;
}
.AnyTagClassName
{
color: #DCB446;
}
</style>
background-color css
<style>
a { background-color: #DCB446; }
a { background-color: rgb(220,180,70); }
div.DivClassName
{
background-color: #DCB446;
}
.BgClassName
{
background-color: #DCB446;
}
</style>
border-color css
<style>
span { border-color: #DCB446; }
span { border-color: rgb(220,180,70); }
td.TdClassName
{
border-color: #DCB446;
}
.TagClassName
{
border-color: #DCB446;
}
</style>