Shades of Tulip Tree #DCB144
Tints of Tulip Tree #DCB144
RGB
CMYK
RGB Variations
Color information
#DCB144 (or 0xDCB144) is known color: Tulip Tree. HEX triplet: DC, B1 and 44. RGB value is (220,177,68). Sum of RGB (Red+Green+Blue) = 220+177+68=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB144 is #234EBB. Grayscale: #B1B1B1. Windows color (decimal): -2313916 or 4501980. OLE color: 4501980.
HSL color Cylindrical-coordinate representation of color #DCB144: hue angle of 43.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCB144 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 68 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.14 |
| HSL | 43.03º | 0.68% | 0.56% | - |
| HSV(B) | 43.03º | 0.69% | 0.86% | - |
| XYZ | 46.28 | 47.08 | 12.12 | - |
| YUV | 177.43 | 66.25 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 68 | 0 | 0.20 | 0.69 | 0.14 | 43.03 | 0.68 | 0.56 |
| Hex | DC | B1 | 44 | 0 | 14 | 45 | E | 2B | 44 | 38 |
| Octal | 334 | 261 | 104 | 0 | 24 | 105 | 16 | 53 | 104 | 70 |
| Binary | 11011100 | 10110001 | 1000100 | 0 | 10100 | 1000101 | 1110 | 101011 | 1000100 | 111000 |
Color Harmonies of #DCB144
Complementary color
Monochromatic Colors of #DCB144
Black with #DCB144
Text Example
Text Example
White with #DCB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB144; }
p { color: rgb(220,177,68); }
H1.HeaderClassName
{
color: #DCB144;
}
.AnyTagClassName
{
color: #DCB144;
}
</style>
background-color css
<style>
a { background-color: #DCB144; }
a { background-color: rgb(220,177,68); }
div.DivClassName
{
background-color: #DCB144;
}
.BgClassName
{
background-color: #DCB144;
}
</style>
border-color css
<style>
span { border-color: #DCB144; }
span { border-color: rgb(220,177,68); }
td.TdClassName
{
border-color: #DCB144;
}
.TagClassName
{
border-color: #DCB144;
}
</style>