Shades of Tree Poppy #DC8633
Tints of Tree Poppy #DC8633
RGB
CMYK
RGB Variations
Color information
#DC8633 (or 0xDC8633) is known color: Tree Poppy. HEX triplet: DC, 86 and 33. RGB value is (220,134,51). Sum of RGB (Red+Green+Blue) = 220+134+51=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8633 is #2379CC. Grayscale: #969696. Windows color (decimal): -2324941 or 3376860. OLE color: 3376860.
HSL color Cylindrical-coordinate representation of color #DC8633: hue angle of 29.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC8633 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 51 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.14 |
| HSL | 29.47º | 0.71% | 0.53% | - |
| HSV(B) | 29.47º | 0.77% | 0.86% | - |
| XYZ | 38.64 | 32.5 | 7.37 | - |
| YUV | 150.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 51 | 0 | 0.39 | 0.77 | 0.14 | 29.47 | 0.71 | 0.53 |
| Hex | DC | 86 | 33 | 0 | 27 | 4D | E | 1D | 47 | 35 |
| Octal | 334 | 206 | 63 | 0 | 47 | 115 | 16 | 35 | 107 | 65 |
| Binary | 11011100 | 10000110 | 110011 | 0 | 100111 | 1001101 | 1110 | 11101 | 1000111 | 110101 |
Color Harmonies of #DC8633
Complementary color
Monochromatic Colors of #DC8633
Black with #DC8633
Text Example
Text Example
White with #DC8633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8633; }
p { color: rgb(220,134,51); }
H1.HeaderClassName
{
color: #DC8633;
}
.AnyTagClassName
{
color: #DC8633;
}
</style>
background-color css
<style>
a { background-color: #DC8633; }
a { background-color: rgb(220,134,51); }
div.DivClassName
{
background-color: #DC8633;
}
.BgClassName
{
background-color: #DC8633;
}
</style>
border-color css
<style>
span { border-color: #DC8633; }
span { border-color: rgb(220,134,51); }
td.TdClassName
{
border-color: #DC8633;
}
.TagClassName
{
border-color: #DC8633;
}
</style>