Shades of Ochre #DC7815
Tints of Ochre #DC7815
RGB
CMYK
RGB Variations
Color information
#DC7815 (or 0xDC7815) is known color: Ochre. HEX triplet: DC, 78 and 15. RGB value is (220,120,21). Sum of RGB (Red+Green+Blue) = 220+120+21=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7815 is #2387EA. Grayscale: #8B8B8B. Windows color (decimal): -2328555 or 1407196. OLE color: 1407196.
HSL color Cylindrical-coordinate representation of color #DC7815: hue angle of 29.85º 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 #DC7815 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.14 |
| HSL | 29.85º | 0.83% | 0.47% | - |
| HSV(B) | 29.85º | 0.9% | 0.86% | - |
| XYZ | 36.37 | 28.7 | 4.33 | - |
| YUV | 138.61 | 61.63 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 21 | 0 | 0.45 | 0.90 | 0.14 | 29.85 | 0.83 | 0.47 |
| Hex | DC | 78 | 15 | 0 | 2D | 5A | E | 1E | 53 | 2F |
| Octal | 334 | 170 | 25 | 0 | 55 | 132 | 16 | 36 | 123 | 57 |
| Binary | 11011100 | 1111000 | 10101 | 0 | 101101 | 1011010 | 1110 | 11110 | 1010011 | 101111 |
Color Harmonies of #DC7815
Complementary color
Monochromatic Colors of #DC7815
Black with #DC7815
Text Example
Text Example
White with #DC7815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7815; }
p { color: rgb(220,120,21); }
H1.HeaderClassName
{
color: #DC7815;
}
.AnyTagClassName
{
color: #DC7815;
}
</style>
background-color css
<style>
a { background-color: #DC7815; }
a { background-color: rgb(220,120,21); }
div.DivClassName
{
background-color: #DC7815;
}
.BgClassName
{
background-color: #DC7815;
}
</style>
border-color css
<style>
span { border-color: #DC7815; }
span { border-color: rgb(220,120,21); }
td.TdClassName
{
border-color: #DC7815;
}
.TagClassName
{
border-color: #DC7815;
}
</style>