Shades of Ochre #DC7E17
Tints of Ochre #DC7E17
RGB
CMYK
RGB Variations
Color information
#DC7E17 (or 0xDC7E17) is known color: Ochre. HEX triplet: DC, 7E and 17. RGB value is (220,126,23). Sum of RGB (Red+Green+Blue) = 220+126+23=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7E17 is #2381E8. Grayscale: #8E8E8E. Windows color (decimal): -2327017 or 1539804. OLE color: 1539804.
HSL color Cylindrical-coordinate representation of color #DC7E17: hue angle of 31.37º 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 #DC7E17 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 23 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.14 |
| HSL | 31.37º | 0.81% | 0.48% | - |
| HSV(B) | 31.37º | 0.9% | 0.86% | - |
| XYZ | 37.13 | 30.2 | 4.68 | - |
| YUV | 142.36 | 60.64 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 23 | 0 | 0.43 | 0.90 | 0.14 | 31.37 | 0.81 | 0.48 |
| Hex | DC | 7E | 17 | 0 | 2B | 5A | E | 1F | 51 | 30 |
| Octal | 334 | 176 | 27 | 0 | 53 | 132 | 16 | 37 | 121 | 60 |
| Binary | 11011100 | 1111110 | 10111 | 0 | 101011 | 1011010 | 1110 | 11111 | 1010001 | 110000 |
Color Harmonies of #DC7E17
Complementary color
Monochromatic Colors of #DC7E17
Black with #DC7E17
Text Example
Text Example
White with #DC7E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E17; }
p { color: rgb(220,126,23); }
H1.HeaderClassName
{
color: #DC7E17;
}
.AnyTagClassName
{
color: #DC7E17;
}
</style>
background-color css
<style>
a { background-color: #DC7E17; }
a { background-color: rgb(220,126,23); }
div.DivClassName
{
background-color: #DC7E17;
}
.BgClassName
{
background-color: #DC7E17;
}
</style>
border-color css
<style>
span { border-color: #DC7E17; }
span { border-color: rgb(220,126,23); }
td.TdClassName
{
border-color: #DC7E17;
}
.TagClassName
{
border-color: #DC7E17;
}
</style>