Shades of Ochre #DC8019
Tints of Ochre #DC8019
RGB
CMYK
RGB Variations
Color information
#DC8019 (or 0xDC8019) is known color: Ochre. HEX triplet: DC, 80 and 19. RGB value is (220,128,25). Sum of RGB (Red+Green+Blue) = 220+128+25=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8019 is #237FE6. Grayscale: #909090. Windows color (decimal): -2326503 or 1671388. OLE color: 1671388.
HSL color Cylindrical-coordinate representation of color #DC8019: hue angle of 31.69º 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 #DC8019 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.14 |
| HSL | 31.69º | 0.8% | 0.48% | - |
| HSV(B) | 31.69º | 0.89% | 0.86% | - |
| XYZ | 37.41 | 30.72 | 4.88 | - |
| YUV | 143.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 25 | 0 | 0.42 | 0.89 | 0.14 | 31.69 | 0.8 | 0.48 |
| Hex | DC | 80 | 19 | 0 | 2A | 59 | E | 20 | 50 | 30 |
| Octal | 334 | 200 | 31 | 0 | 52 | 131 | 16 | 40 | 120 | 60 |
| Binary | 11011100 | 10000000 | 11001 | 0 | 101010 | 1011001 | 1110 | 100000 | 1010000 | 110000 |
Color Harmonies of #DC8019
Complementary color
Monochromatic Colors of #DC8019
Black with #DC8019
Text Example
Text Example
White with #DC8019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8019; }
p { color: rgb(220,128,25); }
H1.HeaderClassName
{
color: #DC8019;
}
.AnyTagClassName
{
color: #DC8019;
}
</style>
background-color css
<style>
a { background-color: #DC8019; }
a { background-color: rgb(220,128,25); }
div.DivClassName
{
background-color: #DC8019;
}
.BgClassName
{
background-color: #DC8019;
}
</style>
border-color css
<style>
span { border-color: #DC8019; }
span { border-color: rgb(220,128,25); }
td.TdClassName
{
border-color: #DC8019;
}
.TagClassName
{
border-color: #DC8019;
}
</style>