Shades of Tree Poppy #DC823A
Tints of Tree Poppy #DC823A
RGB
CMYK
RGB Variations
Color information
#DC823A (or 0xDC823A) is known color: Tree Poppy. HEX triplet: DC, 82 and 3A. RGB value is (220,130,58). Sum of RGB (Red+Green+Blue) = 220+130+58=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC823A is #237DC5. Grayscale: #959595. Windows color (decimal): -2325958 or 3834588. OLE color: 3834588.
HSL color Cylindrical-coordinate representation of color #DC823A: hue angle of 26.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC823A is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 58 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.14 |
| HSL | 26.67º | 0.7% | 0.55% | - |
| HSV(B) | 26.67º | 0.74% | 0.86% | - |
| XYZ | 38.26 | 31.49 | 8.06 | - |
| YUV | 148.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 58 | 0 | 0.41 | 0.74 | 0.14 | 26.67 | 0.7 | 0.55 |
| Hex | DC | 82 | 3A | 0 | 29 | 4A | E | 1B | 46 | 37 |
| Octal | 334 | 202 | 72 | 0 | 51 | 112 | 16 | 33 | 106 | 67 |
| Binary | 11011100 | 10000010 | 111010 | 0 | 101001 | 1001010 | 1110 | 11011 | 1000110 | 110111 |
Color Harmonies of #DC823A
Complementary color
Monochromatic Colors of #DC823A
Black with #DC823A
Text Example
Text Example
White with #DC823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC823A; }
p { color: rgb(220,130,58); }
H1.HeaderClassName
{
color: #DC823A;
}
.AnyTagClassName
{
color: #DC823A;
}
</style>
background-color css
<style>
a { background-color: #DC823A; }
a { background-color: rgb(220,130,58); }
div.DivClassName
{
background-color: #DC823A;
}
.BgClassName
{
background-color: #DC823A;
}
</style>
border-color css
<style>
span { border-color: #DC823A; }
span { border-color: rgb(220,130,58); }
td.TdClassName
{
border-color: #DC823A;
}
.TagClassName
{
border-color: #DC823A;
}
</style>