Shades of Tulip Tree #DCB048
Tints of Tulip Tree #DCB048
RGB
CMYK
RGB Variations
Color information
#DCB048 (or 0xDCB048) is known color: Tulip Tree. HEX triplet: DC, B0 and 48. RGB value is (220,176,72). Sum of RGB (Red+Green+Blue) = 220+176+72=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB048 is #234FB7. Grayscale: #B1B1B1. Windows color (decimal): -2314168 or 4763868. OLE color: 4763868.
HSL color Cylindrical-coordinate representation of color #DCB048: hue angle of 42.16º 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 #DCB048 is Cyan = 0, Magento = 0.2, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 72 | - |
| CMYK | 0 | 0.2 | 0.67 | 0.14 |
| HSL | 42.16º | 0.68% | 0.57% | - |
| HSV(B) | 42.16º | 0.67% | 0.86% | - |
| XYZ | 46.21 | 46.73 | 12.72 | - |
| YUV | 177.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 72 | 0 | 0.2 | 0.67 | 0.14 | 42.16 | 0.68 | 0.57 |
| Hex | DC | B0 | 48 | 0 | 14 | 43 | E | 2A | 44 | 39 |
| Octal | 334 | 260 | 110 | 0 | 24 | 103 | 16 | 52 | 104 | 71 |
| Binary | 11011100 | 10110000 | 1001000 | 0 | 10100 | 1000011 | 1110 | 101010 | 1000100 | 111001 |
Color Harmonies of #DCB048
Complementary color
Monochromatic Colors of #DCB048
Black with #DCB048
Text Example
Text Example
White with #DCB048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB048; }
p { color: rgb(220,176,72); }
H1.HeaderClassName
{
color: #DCB048;
}
.AnyTagClassName
{
color: #DCB048;
}
</style>
background-color css
<style>
a { background-color: #DCB048; }
a { background-color: rgb(220,176,72); }
div.DivClassName
{
background-color: #DCB048;
}
.BgClassName
{
background-color: #DCB048;
}
</style>
border-color css
<style>
span { border-color: #DCB048; }
span { border-color: rgb(220,176,72); }
td.TdClassName
{
border-color: #DCB048;
}
.TagClassName
{
border-color: #DCB048;
}
</style>