Shades of Tree Poppy #DD813A
Tints of Tree Poppy #DD813A
RGB
CMYK
RGB Variations
Color information
#DD813A (or 0xDD813A) is known color: Tree Poppy. HEX triplet: DD, 81 and 3A. RGB value is (221,129,58). Sum of RGB (Red+Green+Blue) = 221+129+58=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD813A is #227EC5. Grayscale: #949494. Windows color (decimal): -2260678 or 3834333. OLE color: 3834333.
HSL color Cylindrical-coordinate representation of color #DD813A: hue angle of 26.13º 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 #DD813A is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 58 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.13 |
| HSL | 26.13º | 0.71% | 0.55% | - |
| HSV(B) | 26.13º | 0.74% | 0.87% | - |
| XYZ | 38.43 | 31.38 | 8.03 | - |
| YUV | 148.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 58 | 0 | 0.42 | 0.74 | 0.13 | 26.13 | 0.71 | 0.55 |
| Hex | DD | 81 | 3A | 0 | 2A | 4A | D | 1A | 47 | 37 |
| Octal | 335 | 201 | 72 | 0 | 52 | 112 | 15 | 32 | 107 | 67 |
| Binary | 11011101 | 10000001 | 111010 | 0 | 101010 | 1001010 | 1101 | 11010 | 1000111 | 110111 |
Color Harmonies of #DD813A
Complementary color
Monochromatic Colors of #DD813A
Black with #DD813A
Text Example
Text Example
White with #DD813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD813A; }
p { color: rgb(221,129,58); }
H1.HeaderClassName
{
color: #DD813A;
}
.AnyTagClassName
{
color: #DD813A;
}
</style>
background-color css
<style>
a { background-color: #DD813A; }
a { background-color: rgb(221,129,58); }
div.DivClassName
{
background-color: #DD813A;
}
.BgClassName
{
background-color: #DD813A;
}
</style>
border-color css
<style>
span { border-color: #DD813A; }
span { border-color: rgb(221,129,58); }
td.TdClassName
{
border-color: #DD813A;
}
.TagClassName
{
border-color: #DD813A;
}
</style>