Shades of Tulip Tree #DEBA45
Tints of Tulip Tree #DEBA45
RGB
CMYK
RGB Variations
Color information
#DEBA45 (or 0xDEBA45) is known color: Tulip Tree. HEX triplet: DE, BA and 45. RGB value is (222,186,69). Sum of RGB (Red+Green+Blue) = 222+186+69=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA45 is #2145BA. Grayscale: #B7B7B7. Windows color (decimal): -2180539 or 4569822. OLE color: 4569822.
HSL color Cylindrical-coordinate representation of color #DEBA45: hue angle of 45.88º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEBA45 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 69 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.13 |
| HSL | 45.88º | 0.7% | 0.57% | - |
| HSV(B) | 45.88º | 0.69% | 0.87% | - |
| XYZ | 48.76 | 51.08 | 12.92 | - |
| YUV | 183.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 69 | 0 | 0.16 | 0.69 | 0.13 | 45.88 | 0.7 | 0.57 |
| Hex | DE | BA | 45 | 0 | 10 | 45 | D | 2E | 46 | 39 |
| Octal | 336 | 272 | 105 | 0 | 20 | 105 | 15 | 56 | 106 | 71 |
| Binary | 11011110 | 10111010 | 1000101 | 0 | 10000 | 1000101 | 1101 | 101110 | 1000110 | 111001 |
Color Harmonies of #DEBA45
Complementary color
Monochromatic Colors of #DEBA45
Black with #DEBA45
Text Example
Text Example
White with #DEBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA45; }
p { color: rgb(222,186,69); }
H1.HeaderClassName
{
color: #DEBA45;
}
.AnyTagClassName
{
color: #DEBA45;
}
</style>
background-color css
<style>
a { background-color: #DEBA45; }
a { background-color: rgb(222,186,69); }
div.DivClassName
{
background-color: #DEBA45;
}
.BgClassName
{
background-color: #DEBA45;
}
</style>
border-color css
<style>
span { border-color: #DEBA45; }
span { border-color: rgb(222,186,69); }
td.TdClassName
{
border-color: #DEBA45;
}
.TagClassName
{
border-color: #DEBA45;
}
</style>