Shades of Tree Poppy #DC8631
Tints of Tree Poppy #DC8631
RGB
CMYK
RGB Variations
Color information
#DC8631 (or 0xDC8631) is known color: Tree Poppy. HEX triplet: DC, 86 and 31. RGB value is (220,134,49). Sum of RGB (Red+Green+Blue) = 220+134+49=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8631 is #2379CE. Grayscale: #969696. Windows color (decimal): -2324943 or 3245788. OLE color: 3245788.
HSL color Cylindrical-coordinate representation of color #DC8631: hue angle of 29.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC8631 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 49 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.14 |
| HSL | 29.82º | 0.71% | 0.53% | - |
| HSV(B) | 29.82º | 0.78% | 0.86% | - |
| XYZ | 38.59 | 32.49 | 7.14 | - |
| YUV | 150.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 49 | 0 | 0.39 | 0.78 | 0.14 | 29.82 | 0.71 | 0.53 |
| Hex | DC | 86 | 31 | 0 | 27 | 4E | E | 1E | 47 | 35 |
| Octal | 334 | 206 | 61 | 0 | 47 | 116 | 16 | 36 | 107 | 65 |
| Binary | 11011100 | 10000110 | 110001 | 0 | 100111 | 1001110 | 1110 | 11110 | 1000111 | 110101 |
Color Harmonies of #DC8631
Complementary color
Monochromatic Colors of #DC8631
Black with #DC8631
Text Example
Text Example
White with #DC8631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8631; }
p { color: rgb(220,134,49); }
H1.HeaderClassName
{
color: #DC8631;
}
.AnyTagClassName
{
color: #DC8631;
}
</style>
background-color css
<style>
a { background-color: #DC8631; }
a { background-color: rgb(220,134,49); }
div.DivClassName
{
background-color: #DC8631;
}
.BgClassName
{
background-color: #DC8631;
}
</style>
border-color css
<style>
span { border-color: #DC8631; }
span { border-color: rgb(220,134,49); }
td.TdClassName
{
border-color: #DC8631;
}
.TagClassName
{
border-color: #DC8631;
}
</style>