Shades of Tulip Tree #DEAC35
Tints of Tulip Tree #DEAC35
RGB
CMYK
RGB Variations
Color information
#DEAC35 (or 0xDEAC35) is known color: Tulip Tree. HEX triplet: DE, AC and 35. RGB value is (222,172,53). Sum of RGB (Red+Green+Blue) = 222+172+53=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC35 is #2153CA. Grayscale: #ADADAD. Windows color (decimal): -2184139 or 3517662. OLE color: 3517662.
HSL color Cylindrical-coordinate representation of color #DEAC35: hue angle of 42.25º 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 #DEAC35 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 53 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.13 |
| HSL | 42.25º | 0.72% | 0.54% | - |
| HSV(B) | 42.25º | 0.76% | 0.87% | - |
| XYZ | 45.52 | 45.29 | 9.71 | - |
| YUV | 173.38 | 60.07 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 53 | 0 | 0.23 | 0.76 | 0.13 | 42.25 | 0.72 | 0.54 |
| Hex | DE | AC | 35 | 0 | 17 | 4C | D | 2A | 48 | 36 |
| Octal | 336 | 254 | 65 | 0 | 27 | 114 | 15 | 52 | 110 | 66 |
| Binary | 11011110 | 10101100 | 110101 | 0 | 10111 | 1001100 | 1101 | 101010 | 1001000 | 110110 |
Color Harmonies of #DEAC35
Complementary color
Monochromatic Colors of #DEAC35
Black with #DEAC35
Text Example
Text Example
White with #DEAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC35; }
p { color: rgb(222,172,53); }
H1.HeaderClassName
{
color: #DEAC35;
}
.AnyTagClassName
{
color: #DEAC35;
}
</style>
background-color css
<style>
a { background-color: #DEAC35; }
a { background-color: rgb(222,172,53); }
div.DivClassName
{
background-color: #DEAC35;
}
.BgClassName
{
background-color: #DEAC35;
}
</style>
border-color css
<style>
span { border-color: #DEAC35; }
span { border-color: rgb(222,172,53); }
td.TdClassName
{
border-color: #DEAC35;
}
.TagClassName
{
border-color: #DEAC35;
}
</style>