Shades of Ochre #DC7E19
Tints of Ochre #DC7E19
RGB
CMYK
RGB Variations
Color information
#DC7E19 (or 0xDC7E19) is known color: Ochre. HEX triplet: DC, 7E and 19. RGB value is (220,126,25). Sum of RGB (Red+Green+Blue) = 220+126+25=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7E19 is #2381E6. Grayscale: #8F8F8F. Windows color (decimal): -2327015 or 1670876. OLE color: 1670876.
HSL color Cylindrical-coordinate representation of color #DC7E19: hue angle of 31.08º 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 #DC7E19 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 25 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.14 |
| HSL | 31.08º | 0.8% | 0.48% | - |
| HSV(B) | 31.08º | 0.89% | 0.86% | - |
| XYZ | 37.15 | 30.21 | 4.79 | - |
| YUV | 142.59 | 61.64 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 25 | 0 | 0.43 | 0.89 | 0.14 | 31.08 | 0.8 | 0.48 |
| Hex | DC | 7E | 19 | 0 | 2B | 59 | E | 1F | 50 | 30 |
| Octal | 334 | 176 | 31 | 0 | 53 | 131 | 16 | 37 | 120 | 60 |
| Binary | 11011100 | 1111110 | 11001 | 0 | 101011 | 1011001 | 1110 | 11111 | 1010000 | 110000 |
Color Harmonies of #DC7E19
Complementary color
Monochromatic Colors of #DC7E19
Black with #DC7E19
Text Example
Text Example
White with #DC7E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E19; }
p { color: rgb(220,126,25); }
H1.HeaderClassName
{
color: #DC7E19;
}
.AnyTagClassName
{
color: #DC7E19;
}
</style>
background-color css
<style>
a { background-color: #DC7E19; }
a { background-color: rgb(220,126,25); }
div.DivClassName
{
background-color: #DC7E19;
}
.BgClassName
{
background-color: #DC7E19;
}
</style>
border-color css
<style>
span { border-color: #DC7E19; }
span { border-color: rgb(220,126,25); }
td.TdClassName
{
border-color: #DC7E19;
}
.TagClassName
{
border-color: #DC7E19;
}
</style>