Shades of Tree Poppy #DD8738
Tints of Tree Poppy #DD8738
RGB
CMYK
RGB Variations
Color information
#DD8738 (or 0xDD8738) is known color: Tree Poppy. HEX triplet: DD, 87 and 38. RGB value is (221,135,56). Sum of RGB (Red+Green+Blue) = 221+135+56=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8738 is #2278C7. Grayscale: #989898. Windows color (decimal): -2259144 or 3704797. OLE color: 3704797.
HSL color Cylindrical-coordinate representation of color #DD8738: hue angle of 28.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD8738 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 56 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.13 |
| HSL | 28.73º | 0.71% | 0.54% | - |
| HSV(B) | 28.73º | 0.75% | 0.87% | - |
| XYZ | 39.2 | 32.99 | 8.04 | - |
| YUV | 151.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 56 | 0 | 0.39 | 0.75 | 0.13 | 28.73 | 0.71 | 0.54 |
| Hex | DD | 87 | 38 | 0 | 27 | 4B | D | 1D | 47 | 36 |
| Octal | 335 | 207 | 70 | 0 | 47 | 113 | 15 | 35 | 107 | 66 |
| Binary | 11011101 | 10000111 | 111000 | 0 | 100111 | 1001011 | 1101 | 11101 | 1000111 | 110110 |
Color Harmonies of #DD8738
Complementary color
Monochromatic Colors of #DD8738
Black with #DD8738
Text Example
Text Example
White with #DD8738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8738; }
p { color: rgb(221,135,56); }
H1.HeaderClassName
{
color: #DD8738;
}
.AnyTagClassName
{
color: #DD8738;
}
</style>
background-color css
<style>
a { background-color: #DD8738; }
a { background-color: rgb(221,135,56); }
div.DivClassName
{
background-color: #DD8738;
}
.BgClassName
{
background-color: #DD8738;
}
</style>
border-color css
<style>
span { border-color: #DD8738; }
span { border-color: rgb(221,135,56); }
td.TdClassName
{
border-color: #DD8738;
}
.TagClassName
{
border-color: #DD8738;
}
</style>