Shades of Ochre #DC7A14
Tints of Ochre #DC7A14
RGB
CMYK
RGB Variations
Color information
#DC7A14 (or 0xDC7A14) is known color: Ochre. HEX triplet: DC, 7A and 14. RGB value is (220,122,20). Sum of RGB (Red+Green+Blue) = 220+122+20=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A14 is #2385EB. Grayscale: #8C8C8C. Windows color (decimal): -2328044 or 1342172. OLE color: 1342172.
HSL color Cylindrical-coordinate representation of color #DC7A14: hue angle of 30.6º 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 #DC7A14 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.14 |
| HSL | 30.6º | 0.83% | 0.47% | - |
| HSV(B) | 30.6º | 0.91% | 0.86% | - |
| XYZ | 36.6 | 29.19 | 4.37 | - |
| YUV | 139.67 | 60.47 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 20 | 0 | 0.45 | 0.91 | 0.14 | 30.6 | 0.83 | 0.47 |
| Hex | DC | 7A | 14 | 0 | 2D | 5B | E | 1F | 53 | 2F |
| Octal | 334 | 172 | 24 | 0 | 55 | 133 | 16 | 37 | 123 | 57 |
| Binary | 11011100 | 1111010 | 10100 | 0 | 101101 | 1011011 | 1110 | 11111 | 1010011 | 101111 |
Color Harmonies of #DC7A14
Complementary color
Monochromatic Colors of #DC7A14
Black with #DC7A14
Text Example
Text Example
White with #DC7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A14; }
p { color: rgb(220,122,20); }
H1.HeaderClassName
{
color: #DC7A14;
}
.AnyTagClassName
{
color: #DC7A14;
}
</style>
background-color css
<style>
a { background-color: #DC7A14; }
a { background-color: rgb(220,122,20); }
div.DivClassName
{
background-color: #DC7A14;
}
.BgClassName
{
background-color: #DC7A14;
}
</style>
border-color css
<style>
span { border-color: #DC7A14; }
span { border-color: rgb(220,122,20); }
td.TdClassName
{
border-color: #DC7A14;
}
.TagClassName
{
border-color: #DC7A14;
}
</style>