Shades of Ochre #DC7F15
Tints of Ochre #DC7F15
RGB
CMYK
RGB Variations
Color information
#DC7F15 (or 0xDC7F15) is known color: Ochre. HEX triplet: DC, 7F and 15. RGB value is (220,127,21). Sum of RGB (Red+Green+Blue) = 220+127+21=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F15 is #2380EA. Grayscale: #8F8F8F. Windows color (decimal): -2326763 or 1408988. OLE color: 1408988.
HSL color Cylindrical-coordinate representation of color #DC7F15: hue angle of 31.96º 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 #DC7F15 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.14 |
| HSL | 31.96º | 0.83% | 0.47% | - |
| HSV(B) | 31.96º | 0.9% | 0.86% | - |
| XYZ | 37.24 | 30.45 | 4.62 | - |
| YUV | 142.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 21 | 0 | 0.42 | 0.90 | 0.14 | 31.96 | 0.83 | 0.47 |
| Hex | DC | 7F | 15 | 0 | 2A | 5A | E | 20 | 53 | 2F |
| Octal | 334 | 177 | 25 | 0 | 52 | 132 | 16 | 40 | 123 | 57 |
| Binary | 11011100 | 1111111 | 10101 | 0 | 101010 | 1011010 | 1110 | 100000 | 1010011 | 101111 |
Color Harmonies of #DC7F15
Complementary color
Monochromatic Colors of #DC7F15
Black with #DC7F15
Text Example
Text Example
White with #DC7F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F15; }
p { color: rgb(220,127,21); }
H1.HeaderClassName
{
color: #DC7F15;
}
.AnyTagClassName
{
color: #DC7F15;
}
</style>
background-color css
<style>
a { background-color: #DC7F15; }
a { background-color: rgb(220,127,21); }
div.DivClassName
{
background-color: #DC7F15;
}
.BgClassName
{
background-color: #DC7F15;
}
</style>
border-color css
<style>
span { border-color: #DC7F15; }
span { border-color: rgb(220,127,21); }
td.TdClassName
{
border-color: #DC7F15;
}
.TagClassName
{
border-color: #DC7F15;
}
</style>