Shades of Tree Poppy #DD8A3D
Tints of Tree Poppy #DD8A3D
RGB
CMYK
RGB Variations
Color information
#DD8A3D (or 0xDD8A3D) is known color: Tree Poppy. HEX triplet: DD, 8A and 3D. RGB value is (221,138,61). Sum of RGB (Red+Green+Blue) = 221+138+61=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A3D is #2275C2. Grayscale: #9A9A9A. Windows color (decimal): -2258371 or 4033245. OLE color: 4033245.
HSL color Cylindrical-coordinate representation of color #DD8A3D: hue angle of 28.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD8A3D is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 61 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.13 |
| HSL | 28.88º | 0.7% | 0.55% | - |
| HSV(B) | 28.88º | 0.72% | 0.87% | - |
| XYZ | 39.75 | 33.89 | 8.86 | - |
| YUV | 154.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 61 | 0 | 0.38 | 0.72 | 0.13 | 28.88 | 0.7 | 0.55 |
| Hex | DD | 8A | 3D | 0 | 26 | 48 | D | 1D | 46 | 37 |
| Octal | 335 | 212 | 75 | 0 | 46 | 110 | 15 | 35 | 106 | 67 |
| Binary | 11011101 | 10001010 | 111101 | 0 | 100110 | 1001000 | 1101 | 11101 | 1000110 | 110111 |
Color Harmonies of #DD8A3D
Complementary color
Monochromatic Colors of #DD8A3D
Black with #DD8A3D
Text Example
Text Example
White with #DD8A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A3D; }
p { color: rgb(221,138,61); }
H1.HeaderClassName
{
color: #DD8A3D;
}
.AnyTagClassName
{
color: #DD8A3D;
}
</style>
background-color css
<style>
a { background-color: #DD8A3D; }
a { background-color: rgb(221,138,61); }
div.DivClassName
{
background-color: #DD8A3D;
}
.BgClassName
{
background-color: #DD8A3D;
}
</style>
border-color css
<style>
span { border-color: #DD8A3D; }
span { border-color: rgb(221,138,61); }
td.TdClassName
{
border-color: #DD8A3D;
}
.TagClassName
{
border-color: #DD8A3D;
}
</style>