Shades of Tulip Tree #DCB248
Tints of Tulip Tree #DCB248
RGB
CMYK
RGB Variations
Color information
#DCB248 (or 0xDCB248) is known color: Tulip Tree. HEX triplet: DC, B2 and 48. RGB value is (220,178,72). Sum of RGB (Red+Green+Blue) = 220+178+72=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB248 is #234DB7. Grayscale: #B2B2B2. Windows color (decimal): -2313656 or 4764380. OLE color: 4764380.
HSL color Cylindrical-coordinate representation of color #DCB248: hue angle of 42.97º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCB248 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 72 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.14 |
| HSL | 42.97º | 0.68% | 0.57% | - |
| HSV(B) | 42.97º | 0.67% | 0.86% | - |
| XYZ | 46.61 | 47.52 | 12.85 | - |
| YUV | 178.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 72 | 0 | 0.19 | 0.67 | 0.14 | 42.97 | 0.68 | 0.57 |
| Hex | DC | B2 | 48 | 0 | 13 | 43 | E | 2B | 44 | 39 |
| Octal | 334 | 262 | 110 | 0 | 23 | 103 | 16 | 53 | 104 | 71 |
| Binary | 11011100 | 10110010 | 1001000 | 0 | 10011 | 1000011 | 1110 | 101011 | 1000100 | 111001 |
Color Harmonies of #DCB248
Complementary color
Monochromatic Colors of #DCB248
Black with #DCB248
Text Example
Text Example
White with #DCB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB248; }
p { color: rgb(220,178,72); }
H1.HeaderClassName
{
color: #DCB248;
}
.AnyTagClassName
{
color: #DCB248;
}
</style>
background-color css
<style>
a { background-color: #DCB248; }
a { background-color: rgb(220,178,72); }
div.DivClassName
{
background-color: #DCB248;
}
.BgClassName
{
background-color: #DCB248;
}
</style>
border-color css
<style>
span { border-color: #DCB248; }
span { border-color: rgb(220,178,72); }
td.TdClassName
{
border-color: #DCB248;
}
.TagClassName
{
border-color: #DCB248;
}
</style>