Shades of Tulip Tree #DEA832
Tints of Tulip Tree #DEA832
RGB
CMYK
RGB Variations
Color information
#DEA832 (or 0xDEA832) is known color: Tulip Tree. HEX triplet: DE, A8 and 32. RGB value is (222,168,50). Sum of RGB (Red+Green+Blue) = 222+168+50=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA832 is #2157CD. Grayscale: #ABABAB. Windows color (decimal): -2185166 or 3320030. OLE color: 3320030.
HSL color Cylindrical-coordinate representation of color #DEA832: hue angle of 41.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEA832 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 50 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.13 |
| HSL | 41.16º | 0.72% | 0.53% | - |
| HSV(B) | 41.16º | 0.77% | 0.87% | - |
| XYZ | 44.7 | 43.77 | 9.11 | - |
| YUV | 170.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 50 | 0 | 0.24 | 0.77 | 0.13 | 41.16 | 0.72 | 0.53 |
| Hex | DE | A8 | 32 | 0 | 18 | 4D | D | 29 | 48 | 35 |
| Octal | 336 | 250 | 62 | 0 | 30 | 115 | 15 | 51 | 110 | 65 |
| Binary | 11011110 | 10101000 | 110010 | 0 | 11000 | 1001101 | 1101 | 101001 | 1001000 | 110101 |
Color Harmonies of #DEA832
Complementary color
Monochromatic Colors of #DEA832
Black with #DEA832
Text Example
Text Example
White with #DEA832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA832; }
p { color: rgb(222,168,50); }
H1.HeaderClassName
{
color: #DEA832;
}
.AnyTagClassName
{
color: #DEA832;
}
</style>
background-color css
<style>
a { background-color: #DEA832; }
a { background-color: rgb(222,168,50); }
div.DivClassName
{
background-color: #DEA832;
}
.BgClassName
{
background-color: #DEA832;
}
</style>
border-color css
<style>
span { border-color: #DEA832; }
span { border-color: rgb(222,168,50); }
td.TdClassName
{
border-color: #DEA832;
}
.TagClassName
{
border-color: #DEA832;
}
</style>