Shades of Tree Poppy #DD853A
Tints of Tree Poppy #DD853A
RGB
CMYK
RGB Variations
Color information
#DD853A (or 0xDD853A) is known color: Tree Poppy. HEX triplet: DD, 85 and 3A. RGB value is (221,133,58). Sum of RGB (Red+Green+Blue) = 221+133+58=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD853A is #227AC5. Grayscale: #979797. Windows color (decimal): -2259654 or 3835357. OLE color: 3835357.
HSL color Cylindrical-coordinate representation of color #DD853A: hue angle of 27.61º 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 #DD853A is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 58 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.13 |
| HSL | 27.61º | 0.71% | 0.55% | - |
| HSV(B) | 27.61º | 0.74% | 0.87% | - |
| XYZ | 38.97 | 32.45 | 8.21 | - |
| YUV | 150.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 58 | 0 | 0.40 | 0.74 | 0.13 | 27.61 | 0.71 | 0.55 |
| Hex | DD | 85 | 3A | 0 | 28 | 4A | D | 1C | 47 | 37 |
| Octal | 335 | 205 | 72 | 0 | 50 | 112 | 15 | 34 | 107 | 67 |
| Binary | 11011101 | 10000101 | 111010 | 0 | 101000 | 1001010 | 1101 | 11100 | 1000111 | 110111 |
Color Harmonies of #DD853A
Complementary color
Monochromatic Colors of #DD853A
Black with #DD853A
Text Example
Text Example
White with #DD853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD853A; }
p { color: rgb(221,133,58); }
H1.HeaderClassName
{
color: #DD853A;
}
.AnyTagClassName
{
color: #DD853A;
}
</style>
background-color css
<style>
a { background-color: #DD853A; }
a { background-color: rgb(221,133,58); }
div.DivClassName
{
background-color: #DD853A;
}
.BgClassName
{
background-color: #DD853A;
}
</style>
border-color css
<style>
span { border-color: #DD853A; }
span { border-color: rgb(221,133,58); }
td.TdClassName
{
border-color: #DD853A;
}
.TagClassName
{
border-color: #DD853A;
}
</style>