Shades of Tulip Tree #DEAF49
Tints of Tulip Tree #DEAF49
RGB
CMYK
RGB Variations
Color information
#DEAF49 (or 0xDEAF49) is known color: Tulip Tree. HEX triplet: DE, AF and 49. RGB value is (222,175,73). Sum of RGB (Red+Green+Blue) = 222+175+73=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF49 is #2150B6. Grayscale: #B1B1B1. Windows color (decimal): -2183351 or 4829150. OLE color: 4829150.
HSL color Cylindrical-coordinate representation of color #DEAF49: hue angle of 41.07º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEAF49 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 73 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.13 |
| HSL | 41.07º | 0.69% | 0.58% | - |
| HSV(B) | 41.07º | 0.67% | 0.87% | - |
| XYZ | 46.66 | 46.67 | 12.85 | - |
| YUV | 177.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 73 | 0 | 0.21 | 0.67 | 0.13 | 41.07 | 0.69 | 0.58 |
| Hex | DE | AF | 49 | 0 | 15 | 43 | D | 29 | 45 | 3A |
| Octal | 336 | 257 | 111 | 0 | 25 | 103 | 15 | 51 | 105 | 72 |
| Binary | 11011110 | 10101111 | 1001001 | 0 | 10101 | 1000011 | 1101 | 101001 | 1000101 | 111010 |
Color Harmonies of #DEAF49
Complementary color
Monochromatic Colors of #DEAF49
Black with #DEAF49
Text Example
Text Example
White with #DEAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF49; }
p { color: rgb(222,175,73); }
H1.HeaderClassName
{
color: #DEAF49;
}
.AnyTagClassName
{
color: #DEAF49;
}
</style>
background-color css
<style>
a { background-color: #DEAF49; }
a { background-color: rgb(222,175,73); }
div.DivClassName
{
background-color: #DEAF49;
}
.BgClassName
{
background-color: #DEAF49;
}
</style>
border-color css
<style>
span { border-color: #DEAF49; }
span { border-color: rgb(222,175,73); }
td.TdClassName
{
border-color: #DEAF49;
}
.TagClassName
{
border-color: #DEAF49;
}
</style>