Shades of Tulip Tree #DEAF36
Tints of Tulip Tree #DEAF36
RGB
CMYK
RGB Variations
Color information
#DEAF36 (or 0xDEAF36) is known color: Tulip Tree. HEX triplet: DE, AF and 36. RGB value is (222,175,54). Sum of RGB (Red+Green+Blue) = 222+175+54=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF36 is #2150C9. Grayscale: #AFAFAF. Windows color (decimal): -2183370 or 3583966. OLE color: 3583966.
HSL color Cylindrical-coordinate representation of color #DEAF36: hue angle of 43.21º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEAF36 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 54 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.13 |
| HSL | 43.21º | 0.72% | 0.54% | - |
| HSV(B) | 43.21º | 0.76% | 0.87% | - |
| XYZ | 46.12 | 46.46 | 10.03 | - |
| YUV | 175.26 | 59.57 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 54 | 0 | 0.21 | 0.76 | 0.13 | 43.21 | 0.72 | 0.54 |
| Hex | DE | AF | 36 | 0 | 15 | 4C | D | 2B | 48 | 36 |
| Octal | 336 | 257 | 66 | 0 | 25 | 114 | 15 | 53 | 110 | 66 |
| Binary | 11011110 | 10101111 | 110110 | 0 | 10101 | 1001100 | 1101 | 101011 | 1001000 | 110110 |
Color Harmonies of #DEAF36
Complementary color
Monochromatic Colors of #DEAF36
Black with #DEAF36
Text Example
Text Example
White with #DEAF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF36; }
p { color: rgb(222,175,54); }
H1.HeaderClassName
{
color: #DEAF36;
}
.AnyTagClassName
{
color: #DEAF36;
}
</style>
background-color css
<style>
a { background-color: #DEAF36; }
a { background-color: rgb(222,175,54); }
div.DivClassName
{
background-color: #DEAF36;
}
.BgClassName
{
background-color: #DEAF36;
}
</style>
border-color css
<style>
span { border-color: #DEAF36; }
span { border-color: rgb(222,175,54); }
td.TdClassName
{
border-color: #DEAF36;
}
.TagClassName
{
border-color: #DEAF36;
}
</style>