Shades of Tulip Tree #DEBA42
Tints of Tulip Tree #DEBA42
RGB
CMYK
RGB Variations
Color information
#DEBA42 (or 0xDEBA42) is known color: Tulip Tree. HEX triplet: DE, BA and 42. RGB value is (222,186,66). Sum of RGB (Red+Green+Blue) = 222+186+66=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA42 is #2145BD. Grayscale: #B7B7B7. Windows color (decimal): -2180542 or 4373214. OLE color: 4373214.
HSL color Cylindrical-coordinate representation of color #DEBA42: hue angle of 46.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEBA42 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 66 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.13 |
| HSL | 46.15º | 0.7% | 0.56% | - |
| HSV(B) | 46.15º | 0.7% | 0.87% | - |
| XYZ | 48.67 | 51.04 | 12.44 | - |
| YUV | 183.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 66 | 0 | 0.16 | 0.70 | 0.13 | 46.15 | 0.7 | 0.56 |
| Hex | DE | BA | 42 | 0 | 10 | 46 | D | 2E | 46 | 38 |
| Octal | 336 | 272 | 102 | 0 | 20 | 106 | 15 | 56 | 106 | 70 |
| Binary | 11011110 | 10111010 | 1000010 | 0 | 10000 | 1000110 | 1101 | 101110 | 1000110 | 111000 |
Color Harmonies of #DEBA42
Complementary color
Monochromatic Colors of #DEBA42
Black with #DEBA42
Text Example
Text Example
White with #DEBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA42; }
p { color: rgb(222,186,66); }
H1.HeaderClassName
{
color: #DEBA42;
}
.AnyTagClassName
{
color: #DEBA42;
}
</style>
background-color css
<style>
a { background-color: #DEBA42; }
a { background-color: rgb(222,186,66); }
div.DivClassName
{
background-color: #DEBA42;
}
.BgClassName
{
background-color: #DEBA42;
}
</style>
border-color css
<style>
span { border-color: #DEBA42; }
span { border-color: rgb(222,186,66); }
td.TdClassName
{
border-color: #DEBA42;
}
.TagClassName
{
border-color: #DEBA42;
}
</style>