Shades of Tree Poppy #DC8234
Tints of Tree Poppy #DC8234
RGB
CMYK
RGB Variations
Color information
#DC8234 (or 0xDC8234) is known color: Tree Poppy. HEX triplet: DC, 82 and 34. RGB value is (220,130,52). Sum of RGB (Red+Green+Blue) = 220+130+52=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8234 is #237DCB. Grayscale: #949494. Windows color (decimal): -2325964 or 3441372. OLE color: 3441372.
HSL color Cylindrical-coordinate representation of color #DC8234: hue angle of 27.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC8234 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 52 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.14 |
| HSL | 27.86º | 0.71% | 0.53% | - |
| HSV(B) | 27.86º | 0.76% | 0.86% | - |
| XYZ | 38.12 | 31.43 | 7.31 | - |
| YUV | 148.02 | 73.82 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 52 | 0 | 0.41 | 0.76 | 0.14 | 27.86 | 0.71 | 0.53 |
| Hex | DC | 82 | 34 | 0 | 29 | 4C | E | 1C | 47 | 35 |
| Octal | 334 | 202 | 64 | 0 | 51 | 114 | 16 | 34 | 107 | 65 |
| Binary | 11011100 | 10000010 | 110100 | 0 | 101001 | 1001100 | 1110 | 11100 | 1000111 | 110101 |
Color Harmonies of #DC8234
Complementary color
Monochromatic Colors of #DC8234
Black with #DC8234
Text Example
Text Example
White with #DC8234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8234; }
p { color: rgb(220,130,52); }
H1.HeaderClassName
{
color: #DC8234;
}
.AnyTagClassName
{
color: #DC8234;
}
</style>
background-color css
<style>
a { background-color: #DC8234; }
a { background-color: rgb(220,130,52); }
div.DivClassName
{
background-color: #DC8234;
}
.BgClassName
{
background-color: #DC8234;
}
</style>
border-color css
<style>
span { border-color: #DC8234; }
span { border-color: rgb(220,130,52); }
td.TdClassName
{
border-color: #DC8234;
}
.TagClassName
{
border-color: #DC8234;
}
</style>