Shades of Ochre #DC7C15
Tints of Ochre #DC7C15
RGB
CMYK
RGB Variations
Color information
#DC7C15 (or 0xDC7C15) is known color: Ochre. HEX triplet: DC, 7C and 15. RGB value is (220,124,21). Sum of RGB (Red+Green+Blue) = 220+124+21=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7C15 is #2383EA. Grayscale: #8D8D8D. Windows color (decimal): -2327531 or 1408220. OLE color: 1408220.
HSL color Cylindrical-coordinate representation of color #DC7C15: hue angle of 31.06º 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 #DC7C15 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.14 |
| HSL | 31.06º | 0.83% | 0.47% | - |
| HSV(B) | 31.06º | 0.9% | 0.86% | - |
| XYZ | 36.86 | 29.69 | 4.5 | - |
| YUV | 140.96 | 60.3 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 21 | 0 | 0.44 | 0.90 | 0.14 | 31.06 | 0.83 | 0.47 |
| Hex | DC | 7C | 15 | 0 | 2C | 5A | E | 1F | 53 | 2F |
| Octal | 334 | 174 | 25 | 0 | 54 | 132 | 16 | 37 | 123 | 57 |
| Binary | 11011100 | 1111100 | 10101 | 0 | 101100 | 1011010 | 1110 | 11111 | 1010011 | 101111 |
Color Harmonies of #DC7C15
Complementary color
Monochromatic Colors of #DC7C15
Black with #DC7C15
Text Example
Text Example
White with #DC7C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C15; }
p { color: rgb(220,124,21); }
H1.HeaderClassName
{
color: #DC7C15;
}
.AnyTagClassName
{
color: #DC7C15;
}
</style>
background-color css
<style>
a { background-color: #DC7C15; }
a { background-color: rgb(220,124,21); }
div.DivClassName
{
background-color: #DC7C15;
}
.BgClassName
{
background-color: #DC7C15;
}
</style>
border-color css
<style>
span { border-color: #DC7C15; }
span { border-color: rgb(220,124,21); }
td.TdClassName
{
border-color: #DC7C15;
}
.TagClassName
{
border-color: #DC7C15;
}
</style>