Shades of Tulip Tree #DEAF3F
Tints of Tulip Tree #DEAF3F
RGB
CMYK
RGB Variations
Color information
#DEAF3F (or 0xDEAF3F) is known color: Tulip Tree. HEX triplet: DE, AF and 3F. RGB value is (222,175,63). Sum of RGB (Red+Green+Blue) = 222+175+63=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF3F is #2150C0. Grayscale: #B0B0B0. Windows color (decimal): -2183361 or 4173790. OLE color: 4173790.
HSL color Cylindrical-coordinate representation of color #DEAF3F: hue angle of 42.26º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEAF3F is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 63 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.13 |
| HSL | 42.26º | 0.71% | 0.56% | - |
| HSV(B) | 42.26º | 0.72% | 0.87% | - |
| XYZ | 46.35 | 46.55 | 11.24 | - |
| YUV | 176.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 63 | 0 | 0.21 | 0.72 | 0.13 | 42.26 | 0.71 | 0.56 |
| Hex | DE | AF | 3F | 0 | 15 | 48 | D | 2A | 47 | 38 |
| Octal | 336 | 257 | 77 | 0 | 25 | 110 | 15 | 52 | 107 | 70 |
| Binary | 11011110 | 10101111 | 111111 | 0 | 10101 | 1001000 | 1101 | 101010 | 1000111 | 111000 |
Color Harmonies of #DEAF3F
Complementary color
Monochromatic Colors of #DEAF3F
Black with #DEAF3F
Text Example
Text Example
White with #DEAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF3F; }
p { color: rgb(222,175,63); }
H1.HeaderClassName
{
color: #DEAF3F;
}
.AnyTagClassName
{
color: #DEAF3F;
}
</style>
background-color css
<style>
a { background-color: #DEAF3F; }
a { background-color: rgb(222,175,63); }
div.DivClassName
{
background-color: #DEAF3F;
}
.BgClassName
{
background-color: #DEAF3F;
}
</style>
border-color css
<style>
span { border-color: #DEAF3F; }
span { border-color: rgb(222,175,63); }
td.TdClassName
{
border-color: #DEAF3F;
}
.TagClassName
{
border-color: #DEAF3F;
}
</style>