Shades of Tulip Tree #DEAD43
Tints of Tulip Tree #DEAD43
RGB
CMYK
RGB Variations
Color information
#DEAD43 (or 0xDEAD43) is known color: Tulip Tree. HEX triplet: DE, AD and 43. RGB value is (222,173,67). Sum of RGB (Red+Green+Blue) = 222+173+67=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD43 is #2152BC. Grayscale: #B0B0B0. Windows color (decimal): -2183869 or 4435422. OLE color: 4435422.
HSL color Cylindrical-coordinate representation of color #DEAD43: hue angle of 41.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEAD43 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 67 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.13 |
| HSL | 41.03º | 0.7% | 0.57% | - |
| HSV(B) | 41.03º | 0.7% | 0.87% | - |
| XYZ | 46.08 | 45.82 | 11.73 | - |
| YUV | 175.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 67 | 0 | 0.22 | 0.70 | 0.13 | 41.03 | 0.7 | 0.57 |
| Hex | DE | AD | 43 | 0 | 16 | 46 | D | 29 | 46 | 39 |
| Octal | 336 | 255 | 103 | 0 | 26 | 106 | 15 | 51 | 106 | 71 |
| Binary | 11011110 | 10101101 | 1000011 | 0 | 10110 | 1000110 | 1101 | 101001 | 1000110 | 111001 |
Color Harmonies of #DEAD43
Complementary color
Monochromatic Colors of #DEAD43
Black with #DEAD43
Text Example
Text Example
White with #DEAD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD43; }
p { color: rgb(222,173,67); }
H1.HeaderClassName
{
color: #DEAD43;
}
.AnyTagClassName
{
color: #DEAD43;
}
</style>
background-color css
<style>
a { background-color: #DEAD43; }
a { background-color: rgb(222,173,67); }
div.DivClassName
{
background-color: #DEAD43;
}
.BgClassName
{
background-color: #DEAD43;
}
</style>
border-color css
<style>
span { border-color: #DEAD43; }
span { border-color: rgb(222,173,67); }
td.TdClassName
{
border-color: #DEAD43;
}
.TagClassName
{
border-color: #DEAD43;
}
</style>