Shades of Tulip Tree #DCB244
Tints of Tulip Tree #DCB244
RGB
CMYK
RGB Variations
Color information
#DCB244 (or 0xDCB244) is known color: Tulip Tree. HEX triplet: DC, B2 and 44. RGB value is (220,178,68). Sum of RGB (Red+Green+Blue) = 220+178+68=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB244 is #234DBB. Grayscale: #B2B2B2. Windows color (decimal): -2313660 or 4502236. OLE color: 4502236.
HSL color Cylindrical-coordinate representation of color #DCB244: hue angle of 43.42º 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 #DCB244 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 68 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.14 |
| HSL | 43.42º | 0.68% | 0.56% | - |
| HSV(B) | 43.42º | 0.69% | 0.86% | - |
| XYZ | 46.48 | 47.47 | 12.18 | - |
| YUV | 178.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 68 | 0 | 0.19 | 0.69 | 0.14 | 43.42 | 0.68 | 0.56 |
| Hex | DC | B2 | 44 | 0 | 13 | 45 | E | 2B | 44 | 38 |
| Octal | 334 | 262 | 104 | 0 | 23 | 105 | 16 | 53 | 104 | 70 |
| Binary | 11011100 | 10110010 | 1000100 | 0 | 10011 | 1000101 | 1110 | 101011 | 1000100 | 111000 |
Color Harmonies of #DCB244
Complementary color
Monochromatic Colors of #DCB244
Black with #DCB244
Text Example
Text Example
White with #DCB244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB244; }
p { color: rgb(220,178,68); }
H1.HeaderClassName
{
color: #DCB244;
}
.AnyTagClassName
{
color: #DCB244;
}
</style>
background-color css
<style>
a { background-color: #DCB244; }
a { background-color: rgb(220,178,68); }
div.DivClassName
{
background-color: #DCB244;
}
.BgClassName
{
background-color: #DCB244;
}
</style>
border-color css
<style>
span { border-color: #DCB244; }
span { border-color: rgb(220,178,68); }
td.TdClassName
{
border-color: #DCB244;
}
.TagClassName
{
border-color: #DCB244;
}
</style>