Shades of Tree Poppy #DD833A
Tints of Tree Poppy #DD833A
RGB
CMYK
RGB Variations
Color information
#DD833A (or 0xDD833A) is known color: Tree Poppy. HEX triplet: DD, 83 and 3A. RGB value is (221,131,58). Sum of RGB (Red+Green+Blue) = 221+131+58=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD833A is #227CC5. Grayscale: #959595. Windows color (decimal): -2260166 or 3834845. OLE color: 3834845.
HSL color Cylindrical-coordinate representation of color #DD833A: hue angle of 26.87º 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 #DD833A is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 58 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.13 |
| HSL | 26.87º | 0.71% | 0.55% | - |
| HSV(B) | 26.87º | 0.74% | 0.87% | - |
| XYZ | 38.7 | 31.91 | 8.12 | - |
| YUV | 149.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 58 | 0 | 0.41 | 0.74 | 0.13 | 26.87 | 0.71 | 0.55 |
| Hex | DD | 83 | 3A | 0 | 29 | 4A | D | 1B | 47 | 37 |
| Octal | 335 | 203 | 72 | 0 | 51 | 112 | 15 | 33 | 107 | 67 |
| Binary | 11011101 | 10000011 | 111010 | 0 | 101001 | 1001010 | 1101 | 11011 | 1000111 | 110111 |
Color Harmonies of #DD833A
Complementary color
Monochromatic Colors of #DD833A
Black with #DD833A
Text Example
Text Example
White with #DD833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD833A; }
p { color: rgb(221,131,58); }
H1.HeaderClassName
{
color: #DD833A;
}
.AnyTagClassName
{
color: #DD833A;
}
</style>
background-color css
<style>
a { background-color: #DD833A; }
a { background-color: rgb(221,131,58); }
div.DivClassName
{
background-color: #DD833A;
}
.BgClassName
{
background-color: #DD833A;
}
</style>
border-color css
<style>
span { border-color: #DD833A; }
span { border-color: rgb(221,131,58); }
td.TdClassName
{
border-color: #DD833A;
}
.TagClassName
{
border-color: #DD833A;
}
</style>