Shades of Tree Poppy #DC8430
Tints of Tree Poppy #DC8430
RGB
CMYK
RGB Variations
Color information
#DC8430 (or 0xDC8430) is known color: Tree Poppy. HEX triplet: DC, 84 and 30. RGB value is (220,132,48). Sum of RGB (Red+Green+Blue) = 220+132+48=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8430 is #237BCF. Grayscale: #959595. Windows color (decimal): -2325456 or 3179740. OLE color: 3179740.
HSL color Cylindrical-coordinate representation of color #DC8430: hue angle of 29.3º 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 #DC8430 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 48 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.14 |
| HSL | 29.3º | 0.71% | 0.53% | - |
| HSV(B) | 29.3º | 0.78% | 0.86% | - |
| XYZ | 38.3 | 31.93 | 6.94 | - |
| YUV | 148.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 48 | 0 | 0.40 | 0.78 | 0.14 | 29.3 | 0.71 | 0.53 |
| Hex | DC | 84 | 30 | 0 | 28 | 4E | E | 1D | 47 | 35 |
| Octal | 334 | 204 | 60 | 0 | 50 | 116 | 16 | 35 | 107 | 65 |
| Binary | 11011100 | 10000100 | 110000 | 0 | 101000 | 1001110 | 1110 | 11101 | 1000111 | 110101 |
Color Harmonies of #DC8430
Complementary color
Monochromatic Colors of #DC8430
Black with #DC8430
Text Example
Text Example
White with #DC8430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8430; }
p { color: rgb(220,132,48); }
H1.HeaderClassName
{
color: #DC8430;
}
.AnyTagClassName
{
color: #DC8430;
}
</style>
background-color css
<style>
a { background-color: #DC8430; }
a { background-color: rgb(220,132,48); }
div.DivClassName
{
background-color: #DC8430;
}
.BgClassName
{
background-color: #DC8430;
}
</style>
border-color css
<style>
span { border-color: #DC8430; }
span { border-color: rgb(220,132,48); }
td.TdClassName
{
border-color: #DC8430;
}
.TagClassName
{
border-color: #DC8430;
}
</style>