Shades of Ochre #DC7A18
Tints of Ochre #DC7A18
RGB
CMYK
RGB Variations
Color information
#DC7A18 (or 0xDC7A18) is known color: Ochre. HEX triplet: DC, 7A and 18. RGB value is (220,122,24). Sum of RGB (Red+Green+Blue) = 220+122+24=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A18 is #2385E7. Grayscale: #8C8C8C. Windows color (decimal): -2328040 or 1604316. OLE color: 1604316.
HSL color Cylindrical-coordinate representation of color #DC7A18: hue angle of 30º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC7A18 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 24 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.14 |
| HSL | 30º | 0.8% | 0.48% | - |
| HSV(B) | 30º | 0.89% | 0.86% | - |
| XYZ | 36.64 | 29.2 | 4.57 | - |
| YUV | 140.13 | 62.47 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 24 | 0 | 0.45 | 0.89 | 0.14 | 30 | 0.8 | 0.48 |
| Hex | DC | 7A | 18 | 0 | 2D | 59 | E | 1E | 50 | 30 |
| Octal | 334 | 172 | 30 | 0 | 55 | 131 | 16 | 36 | 120 | 60 |
| Binary | 11011100 | 1111010 | 11000 | 0 | 101101 | 1011001 | 1110 | 11110 | 1010000 | 110000 |
Color Harmonies of #DC7A18
Complementary color
Monochromatic Colors of #DC7A18
Black with #DC7A18
Text Example
Text Example
White with #DC7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A18; }
p { color: rgb(220,122,24); }
H1.HeaderClassName
{
color: #DC7A18;
}
.AnyTagClassName
{
color: #DC7A18;
}
</style>
background-color css
<style>
a { background-color: #DC7A18; }
a { background-color: rgb(220,122,24); }
div.DivClassName
{
background-color: #DC7A18;
}
.BgClassName
{
background-color: #DC7A18;
}
</style>
border-color css
<style>
span { border-color: #DC7A18; }
span { border-color: rgb(220,122,24); }
td.TdClassName
{
border-color: #DC7A18;
}
.TagClassName
{
border-color: #DC7A18;
}
</style>