Shades of Tree Poppy #DC8A45
Tints of Tree Poppy #DC8A45
RGB
CMYK
RGB Variations
Color information
#DC8A45 (or 0xDC8A45) is known color: Tree Poppy. HEX triplet: DC, 8A and 45. RGB value is (220,138,69). Sum of RGB (Red+Green+Blue) = 220+138+69=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A45 is #2375BA. Grayscale: #9B9B9B. Windows color (decimal): -2323899 or 4557532. OLE color: 4557532.
HSL color Cylindrical-coordinate representation of color #DC8A45: hue angle of 27.42º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC8A45 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 69 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.14 |
| HSL | 27.42º | 0.68% | 0.57% | - |
| HSV(B) | 27.42º | 0.69% | 0.86% | - |
| XYZ | 39.68 | 33.82 | 10.07 | - |
| YUV | 154.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 69 | 0 | 0.37 | 0.69 | 0.14 | 27.42 | 0.68 | 0.57 |
| Hex | DC | 8A | 45 | 0 | 25 | 45 | E | 1B | 44 | 39 |
| Octal | 334 | 212 | 105 | 0 | 45 | 105 | 16 | 33 | 104 | 71 |
| Binary | 11011100 | 10001010 | 1000101 | 0 | 100101 | 1000101 | 1110 | 11011 | 1000100 | 111001 |
Color Harmonies of #DC8A45
Complementary color
Monochromatic Colors of #DC8A45
Black with #DC8A45
Text Example
Text Example
White with #DC8A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A45; }
p { color: rgb(220,138,69); }
H1.HeaderClassName
{
color: #DC8A45;
}
.AnyTagClassName
{
color: #DC8A45;
}
</style>
background-color css
<style>
a { background-color: #DC8A45; }
a { background-color: rgb(220,138,69); }
div.DivClassName
{
background-color: #DC8A45;
}
.BgClassName
{
background-color: #DC8A45;
}
</style>
border-color css
<style>
span { border-color: #DC8A45; }
span { border-color: rgb(220,138,69); }
td.TdClassName
{
border-color: #DC8A45;
}
.TagClassName
{
border-color: #DC8A45;
}
</style>