Shades of Tulip Tree #DEAF40
Tints of Tulip Tree #DEAF40
RGB
CMYK
RGB Variations
Color information
#DEAF40 (or 0xDEAF40) is known color: Tulip Tree. HEX triplet: DE, AF and 40. RGB value is (222,175,64). Sum of RGB (Red+Green+Blue) = 222+175+64=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF40 is #2150BF. Grayscale: #B0B0B0. Windows color (decimal): -2183360 or 4239326. OLE color: 4239326.
HSL color Cylindrical-coordinate representation of color #DEAF40: hue angle of 42.15º degrees, saturation: 0.71, 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 #DEAF40 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 64 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.13 |
| HSL | 42.15º | 0.71% | 0.56% | - |
| HSV(B) | 42.15º | 0.71% | 0.87% | - |
| XYZ | 46.38 | 46.56 | 11.39 | - |
| YUV | 176.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 64 | 0 | 0.21 | 0.71 | 0.13 | 42.15 | 0.71 | 0.56 |
| Hex | DE | AF | 40 | 0 | 15 | 47 | D | 2A | 47 | 38 |
| Octal | 336 | 257 | 100 | 0 | 25 | 107 | 15 | 52 | 107 | 70 |
| Binary | 11011110 | 10101111 | 1000000 | 0 | 10101 | 1000111 | 1101 | 101010 | 1000111 | 111000 |
Color Harmonies of #DEAF40
Complementary color
Monochromatic Colors of #DEAF40
Black with #DEAF40
Text Example
Text Example
White with #DEAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF40; }
p { color: rgb(222,175,64); }
H1.HeaderClassName
{
color: #DEAF40;
}
.AnyTagClassName
{
color: #DEAF40;
}
</style>
background-color css
<style>
a { background-color: #DEAF40; }
a { background-color: rgb(222,175,64); }
div.DivClassName
{
background-color: #DEAF40;
}
.BgClassName
{
background-color: #DEAF40;
}
</style>
border-color css
<style>
span { border-color: #DEAF40; }
span { border-color: rgb(222,175,64); }
td.TdClassName
{
border-color: #DEAF40;
}
.TagClassName
{
border-color: #DEAF40;
}
</style>