Shades of Ochre #DC8112
Tints of Ochre #DC8112
RGB
CMYK
RGB Variations
Color information
#DC8112 (or 0xDC8112) is known color: Ochre. HEX triplet: DC, 81 and 12. RGB value is (220,129,18). Sum of RGB (Red+Green+Blue) = 220+129+18=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8112 is #237EED. Grayscale: #909090. Windows color (decimal): -2326254 or 1212892. OLE color: 1212892.
HSL color Cylindrical-coordinate representation of color #DC8112: hue angle of 32.97º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC8112 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.14 |
| HSL | 32.97º | 0.85% | 0.47% | - |
| HSV(B) | 32.97º | 0.92% | 0.86% | - |
| XYZ | 37.47 | 30.96 | 4.57 | - |
| YUV | 143.56 | 57.15 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 18 | 0 | 0.41 | 0.92 | 0.14 | 32.97 | 0.85 | 0.47 |
| Hex | DC | 81 | 12 | 0 | 29 | 5C | E | 21 | 55 | 2F |
| Octal | 334 | 201 | 22 | 0 | 51 | 134 | 16 | 41 | 125 | 57 |
| Binary | 11011100 | 10000001 | 10010 | 0 | 101001 | 1011100 | 1110 | 100001 | 1010101 | 101111 |
Color Harmonies of #DC8112
Complementary color
Monochromatic Colors of #DC8112
Black with #DC8112
Text Example
Text Example
White with #DC8112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8112; }
p { color: rgb(220,129,18); }
H1.HeaderClassName
{
color: #DC8112;
}
.AnyTagClassName
{
color: #DC8112;
}
</style>
background-color css
<style>
a { background-color: #DC8112; }
a { background-color: rgb(220,129,18); }
div.DivClassName
{
background-color: #DC8112;
}
.BgClassName
{
background-color: #DC8112;
}
</style>
border-color css
<style>
span { border-color: #DC8112; }
span { border-color: rgb(220,129,18); }
td.TdClassName
{
border-color: #DC8112;
}
.TagClassName
{
border-color: #DC8112;
}
</style>