Shades of Tulip Tree #DEAF45
Tints of Tulip Tree #DEAF45
RGB
CMYK
RGB Variations
Color information
#DEAF45 (or 0xDEAF45) is known color: Tulip Tree. HEX triplet: DE, AF and 45. RGB value is (222,175,69). Sum of RGB (Red+Green+Blue) = 222+175+69=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF45 is #2150BA. Grayscale: #B1B1B1. Windows color (decimal): -2183355 or 4567006. OLE color: 4567006.
HSL color Cylindrical-coordinate representation of color #DEAF45: hue angle of 41.57º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEAF45 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 69 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.13 |
| HSL | 41.57º | 0.7% | 0.57% | - |
| HSV(B) | 41.57º | 0.69% | 0.87% | - |
| XYZ | 46.53 | 46.62 | 12.18 | - |
| YUV | 176.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 69 | 0 | 0.21 | 0.69 | 0.13 | 41.57 | 0.7 | 0.57 |
| Hex | DE | AF | 45 | 0 | 15 | 45 | D | 2A | 46 | 39 |
| Octal | 336 | 257 | 105 | 0 | 25 | 105 | 15 | 52 | 106 | 71 |
| Binary | 11011110 | 10101111 | 1000101 | 0 | 10101 | 1000101 | 1101 | 101010 | 1000110 | 111001 |
Color Harmonies of #DEAF45
Complementary color
Monochromatic Colors of #DEAF45
Black with #DEAF45
Text Example
Text Example
White with #DEAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF45; }
p { color: rgb(222,175,69); }
H1.HeaderClassName
{
color: #DEAF45;
}
.AnyTagClassName
{
color: #DEAF45;
}
</style>
background-color css
<style>
a { background-color: #DEAF45; }
a { background-color: rgb(222,175,69); }
div.DivClassName
{
background-color: #DEAF45;
}
.BgClassName
{
background-color: #DEAF45;
}
</style>
border-color css
<style>
span { border-color: #DEAF45; }
span { border-color: rgb(222,175,69); }
td.TdClassName
{
border-color: #DEAF45;
}
.TagClassName
{
border-color: #DEAF45;
}
</style>