Shades of Ochre #DC7816
Tints of Ochre #DC7816
RGB
CMYK
RGB Variations
Color information
#DC7816 (or 0xDC7816) is known color: Ochre. HEX triplet: DC, 78 and 16. RGB value is (220,120,22). Sum of RGB (Red+Green+Blue) = 220+120+22=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7816 is #2387E9. Grayscale: #8B8B8B. Windows color (decimal): -2328554 or 1472732. OLE color: 1472732.
HSL color Cylindrical-coordinate representation of color #DC7816: hue angle of 29.7º 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 #DC7816 is Cyan = 0, Magento = 0.45, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 22 | - |
| CMYK | 0 | 0.45 | 0.9 | 0.14 |
| HSL | 29.7º | 0.82% | 0.47% | - |
| HSV(B) | 29.7º | 0.9% | 0.86% | - |
| XYZ | 36.38 | 28.71 | 4.38 | - |
| YUV | 138.73 | 62.13 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 22 | 0 | 0.45 | 0.9 | 0.14 | 29.7 | 0.82 | 0.47 |
| Hex | DC | 78 | 16 | 0 | 2D | 5A | E | 1E | 52 | 2F |
| Octal | 334 | 170 | 26 | 0 | 55 | 132 | 16 | 36 | 122 | 57 |
| Binary | 11011100 | 1111000 | 10110 | 0 | 101101 | 1011010 | 1110 | 11110 | 1010010 | 101111 |
Color Harmonies of #DC7816
Complementary color
Monochromatic Colors of #DC7816
Black with #DC7816
Text Example
Text Example
White with #DC7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7816; }
p { color: rgb(220,120,22); }
H1.HeaderClassName
{
color: #DC7816;
}
.AnyTagClassName
{
color: #DC7816;
}
</style>
background-color css
<style>
a { background-color: #DC7816; }
a { background-color: rgb(220,120,22); }
div.DivClassName
{
background-color: #DC7816;
}
.BgClassName
{
background-color: #DC7816;
}
</style>
border-color css
<style>
span { border-color: #DC7816; }
span { border-color: rgb(220,120,22); }
td.TdClassName
{
border-color: #DC7816;
}
.TagClassName
{
border-color: #DC7816;
}
</style>