Shades of Ochre #DC7719
Tints of Ochre #DC7719
RGB
CMYK
RGB Variations
Color information
#DC7719 (or 0xDC7719) is known color: Ochre. HEX triplet: DC, 77 and 19. RGB value is (220,119,25). Sum of RGB (Red+Green+Blue) = 220+119+25=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7719 is #2388E6. Grayscale: #8A8A8A. Windows color (decimal): -2328807 or 1669084. OLE color: 1669084.
HSL color Cylindrical-coordinate representation of color #DC7719: hue angle of 28.92º 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 #DC7719 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 25 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.14 |
| HSL | 28.92º | 0.8% | 0.48% | - |
| HSV(B) | 28.92º | 0.89% | 0.86% | - |
| XYZ | 36.29 | 28.48 | 4.5 | - |
| YUV | 138.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 25 | 0 | 0.46 | 0.89 | 0.14 | 28.92 | 0.8 | 0.48 |
| Hex | DC | 77 | 19 | 0 | 2E | 59 | E | 1D | 50 | 30 |
| Octal | 334 | 167 | 31 | 0 | 56 | 131 | 16 | 35 | 120 | 60 |
| Binary | 11011100 | 1110111 | 11001 | 0 | 101110 | 1011001 | 1110 | 11101 | 1010000 | 110000 |
Color Harmonies of #DC7719
Complementary color
Monochromatic Colors of #DC7719
Black with #DC7719
Text Example
Text Example
White with #DC7719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7719; }
p { color: rgb(220,119,25); }
H1.HeaderClassName
{
color: #DC7719;
}
.AnyTagClassName
{
color: #DC7719;
}
</style>
background-color css
<style>
a { background-color: #DC7719; }
a { background-color: rgb(220,119,25); }
div.DivClassName
{
background-color: #DC7719;
}
.BgClassName
{
background-color: #DC7719;
}
</style>
border-color css
<style>
span { border-color: #DC7719; }
span { border-color: rgb(220,119,25); }
td.TdClassName
{
border-color: #DC7719;
}
.TagClassName
{
border-color: #DC7719;
}
</style>