Shades of Tree Poppy #DD8630
Tints of Tree Poppy #DD8630
RGB
CMYK
RGB Variations
Color information
#DD8630 (or 0xDD8630) is known color: Tree Poppy. HEX triplet: DD, 86 and 30. RGB value is (221,134,48). Sum of RGB (Red+Green+Blue) = 221+134+48=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8630 is #2279CF. Grayscale: #969696. Windows color (decimal): -2259408 or 3180253. OLE color: 3180253.
HSL color Cylindrical-coordinate representation of color #DD8630: hue angle of 29.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD8630 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 48 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.13 |
| HSL | 29.83º | 0.72% | 0.53% | - |
| HSV(B) | 29.83º | 0.78% | 0.87% | - |
| XYZ | 38.88 | 32.64 | 7.05 | - |
| YUV | 150.21 | 70.32 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 48 | 0 | 0.39 | 0.78 | 0.13 | 29.83 | 0.72 | 0.53 |
| Hex | DD | 86 | 30 | 0 | 27 | 4E | D | 1E | 48 | 35 |
| Octal | 335 | 206 | 60 | 0 | 47 | 116 | 15 | 36 | 110 | 65 |
| Binary | 11011101 | 10000110 | 110000 | 0 | 100111 | 1001110 | 1101 | 11110 | 1001000 | 110101 |
Color Harmonies of #DD8630
Complementary color
Monochromatic Colors of #DD8630
Black with #DD8630
Text Example
Text Example
White with #DD8630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8630; }
p { color: rgb(221,134,48); }
H1.HeaderClassName
{
color: #DD8630;
}
.AnyTagClassName
{
color: #DD8630;
}
</style>
background-color css
<style>
a { background-color: #DD8630; }
a { background-color: rgb(221,134,48); }
div.DivClassName
{
background-color: #DD8630;
}
.BgClassName
{
background-color: #DD8630;
}
</style>
border-color css
<style>
span { border-color: #DD8630; }
span { border-color: rgb(221,134,48); }
td.TdClassName
{
border-color: #DD8630;
}
.TagClassName
{
border-color: #DD8630;
}
</style>