Shades of Tree Poppy #DE803B
Tints of Tree Poppy #DE803B
RGB
CMYK
RGB Variations
Color information
#DE803B (or 0xDE803B) is known color: Tree Poppy. HEX triplet: DE, 80 and 3B. RGB value is (222,128,59). Sum of RGB (Red+Green+Blue) = 222+128+59=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE803B is #217FC4. Grayscale: #949494. Windows color (decimal): -2195397 or 3899614. OLE color: 3899614.
HSL color Cylindrical-coordinate representation of color #DE803B: hue angle of 25.4º 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 #DE803B is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 59 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.13 |
| HSL | 25.4º | 0.71% | 0.55% | - |
| HSV(B) | 25.4º | 0.73% | 0.87% | - |
| XYZ | 38.63 | 31.28 | 8.14 | - |
| YUV | 148.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 59 | 0 | 0.42 | 0.73 | 0.13 | 25.4 | 0.71 | 0.55 |
| Hex | DE | 80 | 3B | 0 | 2A | 49 | D | 19 | 47 | 37 |
| Octal | 336 | 200 | 73 | 0 | 52 | 111 | 15 | 31 | 107 | 67 |
| Binary | 11011110 | 10000000 | 111011 | 0 | 101010 | 1001001 | 1101 | 11001 | 1000111 | 110111 |
Color Harmonies of #DE803B
Complementary color
Monochromatic Colors of #DE803B
Black with #DE803B
Text Example
Text Example
White with #DE803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE803B; }
p { color: rgb(222,128,59); }
H1.HeaderClassName
{
color: #DE803B;
}
.AnyTagClassName
{
color: #DE803B;
}
</style>
background-color css
<style>
a { background-color: #DE803B; }
a { background-color: rgb(222,128,59); }
div.DivClassName
{
background-color: #DE803B;
}
.BgClassName
{
background-color: #DE803B;
}
</style>
border-color css
<style>
span { border-color: #DE803B; }
span { border-color: rgb(222,128,59); }
td.TdClassName
{
border-color: #DE803B;
}
.TagClassName
{
border-color: #DE803B;
}
</style>