Shades of Ochre #DC7A1A
Tints of Ochre #DC7A1A
RGB
CMYK
RGB Variations
Color information
#DC7A1A (or 0xDC7A1A) is known color: Ochre. HEX triplet: DC, 7A and 1A. RGB value is (220,122,26). Sum of RGB (Red+Green+Blue) = 220+122+26=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A1A is #2385E5. Grayscale: #8C8C8C. Windows color (decimal): -2328038 or 1735388. OLE color: 1735388.
HSL color Cylindrical-coordinate representation of color #DC7A1A: hue angle of 29.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC7A1A is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 26 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.14 |
| HSL | 29.69º | 0.79% | 0.48% | - |
| HSV(B) | 29.69º | 0.88% | 0.86% | - |
| XYZ | 36.66 | 29.21 | 4.68 | - |
| YUV | 140.36 | 63.47 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 26 | 0 | 0.45 | 0.88 | 0.14 | 29.69 | 0.79 | 0.48 |
| Hex | DC | 7A | 1A | 0 | 2D | 58 | E | 1E | 4F | 30 |
| Octal | 334 | 172 | 32 | 0 | 55 | 130 | 16 | 36 | 117 | 60 |
| Binary | 11011100 | 1111010 | 11010 | 0 | 101101 | 1011000 | 1110 | 11110 | 1001111 | 110000 |
Color Harmonies of #DC7A1A
Complementary color
Monochromatic Colors of #DC7A1A
Black with #DC7A1A
Text Example
Text Example
White with #DC7A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A1A; }
p { color: rgb(220,122,26); }
H1.HeaderClassName
{
color: #DC7A1A;
}
.AnyTagClassName
{
color: #DC7A1A;
}
</style>
background-color css
<style>
a { background-color: #DC7A1A; }
a { background-color: rgb(220,122,26); }
div.DivClassName
{
background-color: #DC7A1A;
}
.BgClassName
{
background-color: #DC7A1A;
}
</style>
border-color css
<style>
span { border-color: #DC7A1A; }
span { border-color: rgb(220,122,26); }
td.TdClassName
{
border-color: #DC7A1A;
}
.TagClassName
{
border-color: #DC7A1A;
}
</style>