Shades of Ochre #DC7819
Tints of Ochre #DC7819
RGB
CMYK
RGB Variations
Color information
#DC7819 (or 0xDC7819) is known color: Ochre. HEX triplet: DC, 78 and 19. RGB value is (220,120,25). Sum of RGB (Red+Green+Blue) = 220+120+25=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7819 is #2387E6. Grayscale: #8B8B8B. Windows color (decimal): -2328551 or 1669340. OLE color: 1669340.
HSL color Cylindrical-coordinate representation of color #DC7819: hue angle of 29.23º 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 #DC7819 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 25 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.14 |
| HSL | 29.23º | 0.8% | 0.48% | - |
| HSV(B) | 29.23º | 0.89% | 0.86% | - |
| XYZ | 36.41 | 28.72 | 4.54 | - |
| YUV | 139.07 | 63.63 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 25 | 0 | 0.45 | 0.89 | 0.14 | 29.23 | 0.8 | 0.48 |
| Hex | DC | 78 | 19 | 0 | 2D | 59 | E | 1D | 50 | 30 |
| Octal | 334 | 170 | 31 | 0 | 55 | 131 | 16 | 35 | 120 | 60 |
| Binary | 11011100 | 1111000 | 11001 | 0 | 101101 | 1011001 | 1110 | 11101 | 1010000 | 110000 |
Color Harmonies of #DC7819
Complementary color
Monochromatic Colors of #DC7819
Black with #DC7819
Text Example
Text Example
White with #DC7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7819; }
p { color: rgb(220,120,25); }
H1.HeaderClassName
{
color: #DC7819;
}
.AnyTagClassName
{
color: #DC7819;
}
</style>
background-color css
<style>
a { background-color: #DC7819; }
a { background-color: rgb(220,120,25); }
div.DivClassName
{
background-color: #DC7819;
}
.BgClassName
{
background-color: #DC7819;
}
</style>
border-color css
<style>
span { border-color: #DC7819; }
span { border-color: rgb(220,120,25); }
td.TdClassName
{
border-color: #DC7819;
}
.TagClassName
{
border-color: #DC7819;
}
</style>