Shades of Ochre #DC7817
Tints of Ochre #DC7817
RGB
CMYK
RGB Variations
Color information
#DC7817 (or 0xDC7817) is known color: Ochre. HEX triplet: DC, 78 and 17. RGB value is (220,120,23). Sum of RGB (Red+Green+Blue) = 220+120+23=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7817 is #2387E8. Grayscale: #8B8B8B. Windows color (decimal): -2328553 or 1538268. OLE color: 1538268.
HSL color Cylindrical-coordinate representation of color #DC7817: hue angle of 29.54º 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 #DC7817 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 23 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.14 |
| HSL | 29.54º | 0.81% | 0.48% | - |
| HSV(B) | 29.54º | 0.9% | 0.86% | - |
| XYZ | 36.39 | 28.71 | 4.43 | - |
| YUV | 138.84 | 62.63 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 23 | 0 | 0.45 | 0.90 | 0.14 | 29.54 | 0.81 | 0.48 |
| Hex | DC | 78 | 17 | 0 | 2D | 5A | E | 1E | 51 | 30 |
| Octal | 334 | 170 | 27 | 0 | 55 | 132 | 16 | 36 | 121 | 60 |
| Binary | 11011100 | 1111000 | 10111 | 0 | 101101 | 1011010 | 1110 | 11110 | 1010001 | 110000 |
Color Harmonies of #DC7817
Complementary color
Monochromatic Colors of #DC7817
Black with #DC7817
Text Example
Text Example
White with #DC7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7817; }
p { color: rgb(220,120,23); }
H1.HeaderClassName
{
color: #DC7817;
}
.AnyTagClassName
{
color: #DC7817;
}
</style>
background-color css
<style>
a { background-color: #DC7817; }
a { background-color: rgb(220,120,23); }
div.DivClassName
{
background-color: #DC7817;
}
.BgClassName
{
background-color: #DC7817;
}
</style>
border-color css
<style>
span { border-color: #DC7817; }
span { border-color: rgb(220,120,23); }
td.TdClassName
{
border-color: #DC7817;
}
.TagClassName
{
border-color: #DC7817;
}
</style>