Shades of Tree Poppy #DE7B3A
Tints of Tree Poppy #DE7B3A
RGB
CMYK
RGB Variations
Color information
#DE7B3A (or 0xDE7B3A) is known color: Tree Poppy. HEX triplet: DE, 7B and 3A. RGB value is (222,123,58). Sum of RGB (Red+Green+Blue) = 222+123+58=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7B3A is #2184C5. Grayscale: #919191. Windows color (decimal): -2196678 or 3832798. OLE color: 3832798.
HSL color Cylindrical-coordinate representation of color #DE7B3A: hue angle of 23.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE7B3A is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 58 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.13 |
| HSL | 23.78º | 0.71% | 0.55% | - |
| HSV(B) | 23.78º | 0.74% | 0.87% | - |
| XYZ | 37.97 | 30 | 7.79 | - |
| YUV | 145.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 58 | 0 | 0.45 | 0.74 | 0.13 | 23.78 | 0.71 | 0.55 |
| Hex | DE | 7B | 3A | 0 | 2D | 4A | D | 18 | 47 | 37 |
| Octal | 336 | 173 | 72 | 0 | 55 | 112 | 15 | 30 | 107 | 67 |
| Binary | 11011110 | 1111011 | 111010 | 0 | 101101 | 1001010 | 1101 | 11000 | 1000111 | 110111 |
Color Harmonies of #DE7B3A
Complementary color
Monochromatic Colors of #DE7B3A
Black with #DE7B3A
Text Example
Text Example
White with #DE7B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B3A; }
p { color: rgb(222,123,58); }
H1.HeaderClassName
{
color: #DE7B3A;
}
.AnyTagClassName
{
color: #DE7B3A;
}
</style>
background-color css
<style>
a { background-color: #DE7B3A; }
a { background-color: rgb(222,123,58); }
div.DivClassName
{
background-color: #DE7B3A;
}
.BgClassName
{
background-color: #DE7B3A;
}
</style>
border-color css
<style>
span { border-color: #DE7B3A; }
span { border-color: rgb(222,123,58); }
td.TdClassName
{
border-color: #DE7B3A;
}
.TagClassName
{
border-color: #DE7B3A;
}
</style>