Shades of Tree Poppy #DC883D
Tints of Tree Poppy #DC883D
RGB
CMYK
RGB Variations
Color information
#DC883D (or 0xDC883D) is known color: Tree Poppy. HEX triplet: DC, 88 and 3D. RGB value is (220,136,61). Sum of RGB (Red+Green+Blue) = 220+136+61=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC883D is #2377C2. Grayscale: #989898. Windows color (decimal): -2324419 or 4032732. OLE color: 4032732.
HSL color Cylindrical-coordinate representation of color #DC883D: hue angle of 28.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC883D is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 61 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.14 |
| HSL | 28.3º | 0.69% | 0.55% | - |
| HSV(B) | 28.3º | 0.72% | 0.86% | - |
| XYZ | 39.16 | 33.16 | 8.75 | - |
| YUV | 152.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 61 | 0 | 0.38 | 0.72 | 0.14 | 28.3 | 0.69 | 0.55 |
| Hex | DC | 88 | 3D | 0 | 26 | 48 | E | 1C | 45 | 37 |
| Octal | 334 | 210 | 75 | 0 | 46 | 110 | 16 | 34 | 105 | 67 |
| Binary | 11011100 | 10001000 | 111101 | 0 | 100110 | 1001000 | 1110 | 11100 | 1000101 | 110111 |
Color Harmonies of #DC883D
Complementary color
Monochromatic Colors of #DC883D
Black with #DC883D
Text Example
Text Example
White with #DC883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC883D; }
p { color: rgb(220,136,61); }
H1.HeaderClassName
{
color: #DC883D;
}
.AnyTagClassName
{
color: #DC883D;
}
</style>
background-color css
<style>
a { background-color: #DC883D; }
a { background-color: rgb(220,136,61); }
div.DivClassName
{
background-color: #DC883D;
}
.BgClassName
{
background-color: #DC883D;
}
</style>
border-color css
<style>
span { border-color: #DC883D; }
span { border-color: rgb(220,136,61); }
td.TdClassName
{
border-color: #DC883D;
}
.TagClassName
{
border-color: #DC883D;
}
</style>