Shades of Tulip Tree #DEAC3B
Tints of Tulip Tree #DEAC3B
RGB
CMYK
RGB Variations
Color information
#DEAC3B (or 0xDEAC3B) is known color: Tulip Tree. HEX triplet: DE, AC and 3B. RGB value is (222,172,59). Sum of RGB (Red+Green+Blue) = 222+172+59=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC3B is #2153C4. Grayscale: #AEAEAE. Windows color (decimal): -2184133 or 3910878. OLE color: 3910878.
HSL color Cylindrical-coordinate representation of color #DEAC3B: hue angle of 41.6º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEAC3B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 59 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.13 |
| HSL | 41.6º | 0.71% | 0.55% | - |
| HSV(B) | 41.6º | 0.73% | 0.87% | - |
| XYZ | 45.67 | 45.35 | 10.48 | - |
| YUV | 174.07 | 63.07 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 59 | 0 | 0.23 | 0.73 | 0.13 | 41.6 | 0.71 | 0.55 |
| Hex | DE | AC | 3B | 0 | 17 | 49 | D | 2A | 47 | 37 |
| Octal | 336 | 254 | 73 | 0 | 27 | 111 | 15 | 52 | 107 | 67 |
| Binary | 11011110 | 10101100 | 111011 | 0 | 10111 | 1001001 | 1101 | 101010 | 1000111 | 110111 |
Color Harmonies of #DEAC3B
Complementary color
Monochromatic Colors of #DEAC3B
Black with #DEAC3B
Text Example
Text Example
White with #DEAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC3B; }
p { color: rgb(222,172,59); }
H1.HeaderClassName
{
color: #DEAC3B;
}
.AnyTagClassName
{
color: #DEAC3B;
}
</style>
background-color css
<style>
a { background-color: #DEAC3B; }
a { background-color: rgb(222,172,59); }
div.DivClassName
{
background-color: #DEAC3B;
}
.BgClassName
{
background-color: #DEAC3B;
}
</style>
border-color css
<style>
span { border-color: #DEAC3B; }
span { border-color: rgb(222,172,59); }
td.TdClassName
{
border-color: #DEAC3B;
}
.TagClassName
{
border-color: #DEAC3B;
}
</style>