Shades of Ochre #DC7A17
Tints of Ochre #DC7A17
RGB
CMYK
RGB Variations
Color information
#DC7A17 (or 0xDC7A17) is known color: Ochre. HEX triplet: DC, 7A and 17. RGB value is (220,122,23). Sum of RGB (Red+Green+Blue) = 220+122+23=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A17 is #2385E8. Grayscale: #8C8C8C. Windows color (decimal): -2328041 or 1538780. OLE color: 1538780.
HSL color Cylindrical-coordinate representation of color #DC7A17: hue angle of 30.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7A17 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 23 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.14 |
| HSL | 30.15º | 0.81% | 0.48% | - |
| HSV(B) | 30.15º | 0.9% | 0.86% | - |
| XYZ | 36.63 | 29.2 | 4.52 | - |
| YUV | 140.02 | 61.97 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 23 | 0 | 0.45 | 0.90 | 0.14 | 30.15 | 0.81 | 0.48 |
| Hex | DC | 7A | 17 | 0 | 2D | 5A | E | 1E | 51 | 30 |
| Octal | 334 | 172 | 27 | 0 | 55 | 132 | 16 | 36 | 121 | 60 |
| Binary | 11011100 | 1111010 | 10111 | 0 | 101101 | 1011010 | 1110 | 11110 | 1010001 | 110000 |
Color Harmonies of #DC7A17
Complementary color
Monochromatic Colors of #DC7A17
Black with #DC7A17
Text Example
Text Example
White with #DC7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A17; }
p { color: rgb(220,122,23); }
H1.HeaderClassName
{
color: #DC7A17;
}
.AnyTagClassName
{
color: #DC7A17;
}
</style>
background-color css
<style>
a { background-color: #DC7A17; }
a { background-color: rgb(220,122,23); }
div.DivClassName
{
background-color: #DC7A17;
}
.BgClassName
{
background-color: #DC7A17;
}
</style>
border-color css
<style>
span { border-color: #DC7A17; }
span { border-color: rgb(220,122,23); }
td.TdClassName
{
border-color: #DC7A17;
}
.TagClassName
{
border-color: #DC7A17;
}
</style>