Shades of Ochre #DC7B17
Tints of Ochre #DC7B17
RGB
CMYK
RGB Variations
Color information
#DC7B17 (or 0xDC7B17) is known color: Ochre. HEX triplet: DC, 7B and 17. RGB value is (220,123,23). Sum of RGB (Red+Green+Blue) = 220+123+23=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B17 is #2384E8. Grayscale: #8D8D8D. Windows color (decimal): -2327785 or 1539036. OLE color: 1539036.
HSL color Cylindrical-coordinate representation of color #DC7B17: hue angle of 30.46º 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 #DC7B17 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 23 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.14 |
| HSL | 30.46º | 0.81% | 0.48% | - |
| HSV(B) | 30.46º | 0.9% | 0.86% | - |
| XYZ | 36.75 | 29.44 | 4.56 | - |
| YUV | 140.6 | 61.64 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 23 | 0 | 0.44 | 0.90 | 0.14 | 30.46 | 0.81 | 0.48 |
| Hex | DC | 7B | 17 | 0 | 2C | 5A | E | 1E | 51 | 30 |
| Octal | 334 | 173 | 27 | 0 | 54 | 132 | 16 | 36 | 121 | 60 |
| Binary | 11011100 | 1111011 | 10111 | 0 | 101100 | 1011010 | 1110 | 11110 | 1010001 | 110000 |
Color Harmonies of #DC7B17
Complementary color
Monochromatic Colors of #DC7B17
Black with #DC7B17
Text Example
Text Example
White with #DC7B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B17; }
p { color: rgb(220,123,23); }
H1.HeaderClassName
{
color: #DC7B17;
}
.AnyTagClassName
{
color: #DC7B17;
}
</style>
background-color css
<style>
a { background-color: #DC7B17; }
a { background-color: rgb(220,123,23); }
div.DivClassName
{
background-color: #DC7B17;
}
.BgClassName
{
background-color: #DC7B17;
}
</style>
border-color css
<style>
span { border-color: #DC7B17; }
span { border-color: rgb(220,123,23); }
td.TdClassName
{
border-color: #DC7B17;
}
.TagClassName
{
border-color: #DC7B17;
}
</style>