Shades of Ochre #DC8116
Tints of Ochre #DC8116
RGB
CMYK
RGB Variations
Color information
#DC8116 (or 0xDC8116) is known color: Ochre. HEX triplet: DC, 81 and 16. RGB value is (220,129,22). Sum of RGB (Red+Green+Blue) = 220+129+22=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8116 is #237EE9. Grayscale: #909090. Windows color (decimal): -2326250 or 1475036. OLE color: 1475036.
HSL color Cylindrical-coordinate representation of color #DC8116: hue angle of 32.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8116 is Cyan = 0, Magento = 0.41, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 22 | - |
| CMYK | 0 | 0.41 | 0.9 | 0.14 |
| HSL | 32.42º | 0.82% | 0.47% | - |
| HSV(B) | 32.42º | 0.9% | 0.86% | - |
| XYZ | 37.51 | 30.97 | 4.76 | - |
| YUV | 144.01 | 59.15 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 22 | 0 | 0.41 | 0.9 | 0.14 | 32.42 | 0.82 | 0.47 |
| Hex | DC | 81 | 16 | 0 | 29 | 5A | E | 20 | 52 | 2F |
| Octal | 334 | 201 | 26 | 0 | 51 | 132 | 16 | 40 | 122 | 57 |
| Binary | 11011100 | 10000001 | 10110 | 0 | 101001 | 1011010 | 1110 | 100000 | 1010010 | 101111 |
Color Harmonies of #DC8116
Complementary color
Monochromatic Colors of #DC8116
Black with #DC8116
Text Example
Text Example
White with #DC8116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8116; }
p { color: rgb(220,129,22); }
H1.HeaderClassName
{
color: #DC8116;
}
.AnyTagClassName
{
color: #DC8116;
}
</style>
background-color css
<style>
a { background-color: #DC8116; }
a { background-color: rgb(220,129,22); }
div.DivClassName
{
background-color: #DC8116;
}
.BgClassName
{
background-color: #DC8116;
}
</style>
border-color css
<style>
span { border-color: #DC8116; }
span { border-color: rgb(220,129,22); }
td.TdClassName
{
border-color: #DC8116;
}
.TagClassName
{
border-color: #DC8116;
}
</style>