Shades of Ochre #DC7D1B
Tints of Ochre #DC7D1B
RGB
CMYK
RGB Variations
Color information
#DC7D1B (or 0xDC7D1B) is known color: Ochre. HEX triplet: DC, 7D and 1B. RGB value is (220,125,27). Sum of RGB (Red+Green+Blue) = 220+125+27=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D1B is #2382E4. Grayscale: #8E8E8E. Windows color (decimal): -2327269 or 1801692. OLE color: 1801692.
HSL color Cylindrical-coordinate representation of color #DC7D1B: hue angle of 30.47º degrees, saturation: 0.78, 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 #DC7D1B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 27 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.14 |
| HSL | 30.47º | 0.78% | 0.48% | - |
| HSV(B) | 30.47º | 0.88% | 0.86% | - |
| XYZ | 37.05 | 29.96 | 4.87 | - |
| YUV | 142.23 | 62.97 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 27 | 0 | 0.43 | 0.88 | 0.14 | 30.47 | 0.78 | 0.48 |
| Hex | DC | 7D | 1B | 0 | 2B | 58 | E | 1E | 4E | 30 |
| Octal | 334 | 175 | 33 | 0 | 53 | 130 | 16 | 36 | 116 | 60 |
| Binary | 11011100 | 1111101 | 11011 | 0 | 101011 | 1011000 | 1110 | 11110 | 1001110 | 110000 |
Color Harmonies of #DC7D1B
Complementary color
Monochromatic Colors of #DC7D1B
Black with #DC7D1B
Text Example
Text Example
White with #DC7D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D1B; }
p { color: rgb(220,125,27); }
H1.HeaderClassName
{
color: #DC7D1B;
}
.AnyTagClassName
{
color: #DC7D1B;
}
</style>
background-color css
<style>
a { background-color: #DC7D1B; }
a { background-color: rgb(220,125,27); }
div.DivClassName
{
background-color: #DC7D1B;
}
.BgClassName
{
background-color: #DC7D1B;
}
</style>
border-color css
<style>
span { border-color: #DC7D1B; }
span { border-color: rgb(220,125,27); }
td.TdClassName
{
border-color: #DC7D1B;
}
.TagClassName
{
border-color: #DC7D1B;
}
</style>