Shades of Ochre #DC7914
Tints of Ochre #DC7914
RGB
CMYK
RGB Variations
Color information
#DC7914 (or 0xDC7914) is known color: Ochre. HEX triplet: DC, 79 and 14. RGB value is (220,121,20). Sum of RGB (Red+Green+Blue) = 220+121+20=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7914 is #2386EB. Grayscale: #8B8B8B. Windows color (decimal): -2328300 or 1341916. OLE color: 1341916.
HSL color Cylindrical-coordinate representation of color #DC7914: hue angle of 30.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC7914 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.14 |
| HSL | 30.3º | 0.83% | 0.47% | - |
| HSV(B) | 30.3º | 0.91% | 0.86% | - |
| XYZ | 36.48 | 28.94 | 4.33 | - |
| YUV | 139.09 | 60.8 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 20 | 0 | 0.45 | 0.91 | 0.14 | 30.3 | 0.83 | 0.47 |
| Hex | DC | 79 | 14 | 0 | 2D | 5B | E | 1E | 53 | 2F |
| Octal | 334 | 171 | 24 | 0 | 55 | 133 | 16 | 36 | 123 | 57 |
| Binary | 11011100 | 1111001 | 10100 | 0 | 101101 | 1011011 | 1110 | 11110 | 1010011 | 101111 |
Color Harmonies of #DC7914
Complementary color
Monochromatic Colors of #DC7914
Black with #DC7914
Text Example
Text Example
White with #DC7914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7914; }
p { color: rgb(220,121,20); }
H1.HeaderClassName
{
color: #DC7914;
}
.AnyTagClassName
{
color: #DC7914;
}
</style>
background-color css
<style>
a { background-color: #DC7914; }
a { background-color: rgb(220,121,20); }
div.DivClassName
{
background-color: #DC7914;
}
.BgClassName
{
background-color: #DC7914;
}
</style>
border-color css
<style>
span { border-color: #DC7914; }
span { border-color: rgb(220,121,20); }
td.TdClassName
{
border-color: #DC7914;
}
.TagClassName
{
border-color: #DC7914;
}
</style>