Shades of Ochre #DC8115
Tints of Ochre #DC8115
RGB
CMYK
RGB Variations
Color information
#DC8115 (or 0xDC8115) is known color: Ochre. HEX triplet: DC, 81 and 15. RGB value is (220,129,21). Sum of RGB (Red+Green+Blue) = 220+129+21=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8115 is #237EEA. Grayscale: #909090. Windows color (decimal): -2326251 or 1409500. OLE color: 1409500.
HSL color Cylindrical-coordinate representation of color #DC8115: hue angle of 32.56º degrees, saturation: 0.83, 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 #DC8115 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 21 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.14 |
| HSL | 32.56º | 0.83% | 0.47% | - |
| HSV(B) | 32.56º | 0.9% | 0.86% | - |
| XYZ | 37.5 | 30.97 | 4.71 | - |
| YUV | 143.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 21 | 0 | 0.41 | 0.90 | 0.14 | 32.56 | 0.83 | 0.47 |
| Hex | DC | 81 | 15 | 0 | 29 | 5A | E | 21 | 53 | 2F |
| Octal | 334 | 201 | 25 | 0 | 51 | 132 | 16 | 41 | 123 | 57 |
| Binary | 11011100 | 10000001 | 10101 | 0 | 101001 | 1011010 | 1110 | 100001 | 1010011 | 101111 |
Color Harmonies of #DC8115
Complementary color
Monochromatic Colors of #DC8115
Black with #DC8115
Text Example
Text Example
White with #DC8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8115; }
p { color: rgb(220,129,21); }
H1.HeaderClassName
{
color: #DC8115;
}
.AnyTagClassName
{
color: #DC8115;
}
</style>
background-color css
<style>
a { background-color: #DC8115; }
a { background-color: rgb(220,129,21); }
div.DivClassName
{
background-color: #DC8115;
}
.BgClassName
{
background-color: #DC8115;
}
</style>
border-color css
<style>
span { border-color: #DC8115; }
span { border-color: rgb(220,129,21); }
td.TdClassName
{
border-color: #DC8115;
}
.TagClassName
{
border-color: #DC8115;
}
</style>