Shades of Ochre #DC7916
Tints of Ochre #DC7916
RGB
CMYK
RGB Variations
Color information
#DC7916 (or 0xDC7916) is known color: Ochre. HEX triplet: DC, 79 and 16. RGB value is (220,121,22). Sum of RGB (Red+Green+Blue) = 220+121+22=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7916 is #2386E9. Grayscale: #8B8B8B. Windows color (decimal): -2328298 or 1472988. OLE color: 1472988.
HSL color Cylindrical-coordinate representation of color #DC7916: hue angle of 30º 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 #DC7916 is Cyan = 0, Magento = 0.45, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 22 | - |
| CMYK | 0 | 0.45 | 0.9 | 0.14 |
| HSL | 30º | 0.82% | 0.47% | - |
| HSV(B) | 30º | 0.9% | 0.86% | - |
| XYZ | 36.5 | 28.95 | 4.42 | - |
| YUV | 139.32 | 61.8 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 22 | 0 | 0.45 | 0.9 | 0.14 | 30 | 0.82 | 0.47 |
| Hex | DC | 79 | 16 | 0 | 2D | 5A | E | 1E | 52 | 2F |
| Octal | 334 | 171 | 26 | 0 | 55 | 132 | 16 | 36 | 122 | 57 |
| Binary | 11011100 | 1111001 | 10110 | 0 | 101101 | 1011010 | 1110 | 11110 | 1010010 | 101111 |
Color Harmonies of #DC7916
Complementary color
Monochromatic Colors of #DC7916
Black with #DC7916
Text Example
Text Example
White with #DC7916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7916; }
p { color: rgb(220,121,22); }
H1.HeaderClassName
{
color: #DC7916;
}
.AnyTagClassName
{
color: #DC7916;
}
</style>
background-color css
<style>
a { background-color: #DC7916; }
a { background-color: rgb(220,121,22); }
div.DivClassName
{
background-color: #DC7916;
}
.BgClassName
{
background-color: #DC7916;
}
</style>
border-color css
<style>
span { border-color: #DC7916; }
span { border-color: rgb(220,121,22); }
td.TdClassName
{
border-color: #DC7916;
}
.TagClassName
{
border-color: #DC7916;
}
</style>