Shades of Tree Poppy #DD7935
Tints of Tree Poppy #DD7935
RGB
CMYK
RGB Variations
Color information
#DD7935 (or 0xDD7935) is known color: Tree Poppy. HEX triplet: DD, 79 and 35. RGB value is (221,121,53). Sum of RGB (Red+Green+Blue) = 221+121+53=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7935 is #2286CA. Grayscale: #8F8F8F. Windows color (decimal): -2262731 or 3504605. OLE color: 3504605.
HSL color Cylindrical-coordinate representation of color #DD7935: hue angle of 24.29º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7935 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 53 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.13 |
| HSL | 24.29º | 0.71% | 0.54% | - |
| HSV(B) | 24.29º | 0.76% | 0.87% | - |
| XYZ | 37.3 | 29.3 | 7.06 | - |
| YUV | 143.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 53 | 0 | 0.45 | 0.76 | 0.13 | 24.29 | 0.71 | 0.54 |
| Hex | DD | 79 | 35 | 0 | 2D | 4C | D | 18 | 47 | 36 |
| Octal | 335 | 171 | 65 | 0 | 55 | 114 | 15 | 30 | 107 | 66 |
| Binary | 11011101 | 1111001 | 110101 | 0 | 101101 | 1001100 | 1101 | 11000 | 1000111 | 110110 |
Color Harmonies of #DD7935
Complementary color
Monochromatic Colors of #DD7935
Black with #DD7935
Text Example
Text Example
White with #DD7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7935; }
p { color: rgb(221,121,53); }
H1.HeaderClassName
{
color: #DD7935;
}
.AnyTagClassName
{
color: #DD7935;
}
</style>
background-color css
<style>
a { background-color: #DD7935; }
a { background-color: rgb(221,121,53); }
div.DivClassName
{
background-color: #DD7935;
}
.BgClassName
{
background-color: #DD7935;
}
</style>
border-color css
<style>
span { border-color: #DD7935; }
span { border-color: rgb(221,121,53); }
td.TdClassName
{
border-color: #DD7935;
}
.TagClassName
{
border-color: #DD7935;
}
</style>