Shades of Tulip Tree #DEAD41
Tints of Tulip Tree #DEAD41
RGB
CMYK
RGB Variations
Color information
#DEAD41 (or 0xDEAD41) is known color: Tulip Tree. HEX triplet: DE, AD and 41. RGB value is (222,173,65). Sum of RGB (Red+Green+Blue) = 222+173+65=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD41 is #2152BE. Grayscale: #AFAFAF. Windows color (decimal): -2183871 or 4304350. OLE color: 4304350.
HSL color Cylindrical-coordinate representation of color #DEAD41: hue angle of 41.27º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEAD41 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 65 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.13 |
| HSL | 41.27º | 0.7% | 0.56% | - |
| HSV(B) | 41.27º | 0.71% | 0.87% | - |
| XYZ | 46.02 | 45.8 | 11.42 | - |
| YUV | 175.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 65 | 0 | 0.22 | 0.71 | 0.13 | 41.27 | 0.7 | 0.56 |
| Hex | DE | AD | 41 | 0 | 16 | 47 | D | 29 | 46 | 38 |
| Octal | 336 | 255 | 101 | 0 | 26 | 107 | 15 | 51 | 106 | 70 |
| Binary | 11011110 | 10101101 | 1000001 | 0 | 10110 | 1000111 | 1101 | 101001 | 1000110 | 111000 |
Color Harmonies of #DEAD41
Complementary color
Monochromatic Colors of #DEAD41
Black with #DEAD41
Text Example
Text Example
White with #DEAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD41; }
p { color: rgb(222,173,65); }
H1.HeaderClassName
{
color: #DEAD41;
}
.AnyTagClassName
{
color: #DEAD41;
}
</style>
background-color css
<style>
a { background-color: #DEAD41; }
a { background-color: rgb(222,173,65); }
div.DivClassName
{
background-color: #DEAD41;
}
.BgClassName
{
background-color: #DEAD41;
}
</style>
border-color css
<style>
span { border-color: #DEAD41; }
span { border-color: rgb(222,173,65); }
td.TdClassName
{
border-color: #DEAD41;
}
.TagClassName
{
border-color: #DEAD41;
}
</style>