Shades of Tree Poppy #DC8B3D
Tints of Tree Poppy #DC8B3D
RGB
CMYK
RGB Variations
Color information
#DC8B3D (or 0xDC8B3D) is known color: Tree Poppy. HEX triplet: DC, 8B and 3D. RGB value is (220,139,61). Sum of RGB (Red+Green+Blue) = 220+139+61=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8B3D is #2374C2. Grayscale: #9A9A9A. Windows color (decimal): -2323651 or 4033500. OLE color: 4033500.
HSL color Cylindrical-coordinate representation of color #DC8B3D: hue angle of 29.43º 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 #DC8B3D is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 61 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.14 |
| HSL | 29.43º | 0.69% | 0.55% | - |
| HSV(B) | 29.43º | 0.72% | 0.86% | - |
| XYZ | 39.59 | 34.02 | 8.89 | - |
| YUV | 154.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 61 | 0 | 0.37 | 0.72 | 0.14 | 29.43 | 0.69 | 0.55 |
| Hex | DC | 8B | 3D | 0 | 25 | 48 | E | 1D | 45 | 37 |
| Octal | 334 | 213 | 75 | 0 | 45 | 110 | 16 | 35 | 105 | 67 |
| Binary | 11011100 | 10001011 | 111101 | 0 | 100101 | 1001000 | 1110 | 11101 | 1000101 | 110111 |
Color Harmonies of #DC8B3D
Complementary color
Monochromatic Colors of #DC8B3D
Black with #DC8B3D
Text Example
Text Example
White with #DC8B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B3D; }
p { color: rgb(220,139,61); }
H1.HeaderClassName
{
color: #DC8B3D;
}
.AnyTagClassName
{
color: #DC8B3D;
}
</style>
background-color css
<style>
a { background-color: #DC8B3D; }
a { background-color: rgb(220,139,61); }
div.DivClassName
{
background-color: #DC8B3D;
}
.BgClassName
{
background-color: #DC8B3D;
}
</style>
border-color css
<style>
span { border-color: #DC8B3D; }
span { border-color: rgb(220,139,61); }
td.TdClassName
{
border-color: #DC8B3D;
}
.TagClassName
{
border-color: #DC8B3D;
}
</style>