Shades of Ochre #DC7917
Tints of Ochre #DC7917
RGB
CMYK
RGB Variations
Color information
#DC7917 (or 0xDC7917) is known color: Ochre. HEX triplet: DC, 79 and 17. RGB value is (220,121,23). Sum of RGB (Red+Green+Blue) = 220+121+23=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7917 is #2386E8. Grayscale: #8B8B8B. Windows color (decimal): -2328297 or 1538524. OLE color: 1538524.
HSL color Cylindrical-coordinate representation of color #DC7917: hue angle of 29.85º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7917 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 23 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.14 |
| HSL | 29.85º | 0.81% | 0.48% | - |
| HSV(B) | 29.85º | 0.9% | 0.86% | - |
| XYZ | 36.51 | 28.95 | 4.47 | - |
| YUV | 139.43 | 62.3 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 23 | 0 | 0.45 | 0.90 | 0.14 | 29.85 | 0.81 | 0.48 |
| Hex | DC | 79 | 17 | 0 | 2D | 5A | E | 1E | 51 | 30 |
| Octal | 334 | 171 | 27 | 0 | 55 | 132 | 16 | 36 | 121 | 60 |
| Binary | 11011100 | 1111001 | 10111 | 0 | 101101 | 1011010 | 1110 | 11110 | 1010001 | 110000 |
Color Harmonies of #DC7917
Complementary color
Monochromatic Colors of #DC7917
Black with #DC7917
Text Example
Text Example
White with #DC7917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7917; }
p { color: rgb(220,121,23); }
H1.HeaderClassName
{
color: #DC7917;
}
.AnyTagClassName
{
color: #DC7917;
}
</style>
background-color css
<style>
a { background-color: #DC7917; }
a { background-color: rgb(220,121,23); }
div.DivClassName
{
background-color: #DC7917;
}
.BgClassName
{
background-color: #DC7917;
}
</style>
border-color css
<style>
span { border-color: #DC7917; }
span { border-color: rgb(220,121,23); }
td.TdClassName
{
border-color: #DC7917;
}
.TagClassName
{
border-color: #DC7917;
}
</style>