Shades of Tulip Tree #DCB245
Tints of Tulip Tree #DCB245
RGB
CMYK
RGB Variations
Color information
#DCB245 (or 0xDCB245) is known color: Tulip Tree. HEX triplet: DC, B2 and 45. RGB value is (220,178,69). Sum of RGB (Red+Green+Blue) = 220+178+69=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB245 is #234DBA. Grayscale: #B2B2B2. Windows color (decimal): -2313659 or 4567772. OLE color: 4567772.
HSL color Cylindrical-coordinate representation of color #DCB245: hue angle of 43.31º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCB245 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 69 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.14 |
| HSL | 43.31º | 0.68% | 0.57% | - |
| HSV(B) | 43.31º | 0.69% | 0.86% | - |
| XYZ | 46.51 | 47.49 | 12.34 | - |
| YUV | 178.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 69 | 0 | 0.19 | 0.69 | 0.14 | 43.31 | 0.68 | 0.57 |
| Hex | DC | B2 | 45 | 0 | 13 | 45 | E | 2B | 44 | 39 |
| Octal | 334 | 262 | 105 | 0 | 23 | 105 | 16 | 53 | 104 | 71 |
| Binary | 11011100 | 10110010 | 1000101 | 0 | 10011 | 1000101 | 1110 | 101011 | 1000100 | 111001 |
Color Harmonies of #DCB245
Complementary color
Monochromatic Colors of #DCB245
Black with #DCB245
Text Example
Text Example
White with #DCB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB245; }
p { color: rgb(220,178,69); }
H1.HeaderClassName
{
color: #DCB245;
}
.AnyTagClassName
{
color: #DCB245;
}
</style>
background-color css
<style>
a { background-color: #DCB245; }
a { background-color: rgb(220,178,69); }
div.DivClassName
{
background-color: #DCB245;
}
.BgClassName
{
background-color: #DCB245;
}
</style>
border-color css
<style>
span { border-color: #DCB245; }
span { border-color: rgb(220,178,69); }
td.TdClassName
{
border-color: #DCB245;
}
.TagClassName
{
border-color: #DCB245;
}
</style>