Shades of Ochre #D07C1C
Tints of Ochre #D07C1C
RGB
CMYK
RGB Variations
Color information
#D07C1C (or 0xD07C1C) is known color: Ochre. HEX triplet: D0, 7C and 1C. RGB value is (208,124,28). Sum of RGB (Red+Green+Blue) = 208+124+28=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C1C is #2F83E3. Grayscale: #8A8A8A. Windows color (decimal): -3113956 or 1866960. OLE color: 1866960.
HSL color Cylindrical-coordinate representation of color #D07C1C: hue angle of 32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D07C1C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 28 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.18 |
| HSL | 32º | 0.76% | 0.46% | - |
| HSV(B) | 32º | 0.87% | 0.82% | - |
| XYZ | 33.43 | 27.91 | 4.72 | - |
| YUV | 138.17 | 65.83 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 28 | 0 | 0.40 | 0.87 | 0.18 | 32 | 0.76 | 0.46 |
| Hex | D0 | 7C | 1C | 0 | 28 | 57 | 12 | 20 | 4C | 2E |
| Octal | 320 | 174 | 34 | 0 | 50 | 127 | 22 | 40 | 114 | 56 |
| Binary | 11010000 | 1111100 | 11100 | 0 | 101000 | 1010111 | 10010 | 100000 | 1001100 | 101110 |
Color Harmonies of #D07C1C
Complementary color
Monochromatic Colors of #D07C1C
Black with #D07C1C
Text Example
Text Example
White with #D07C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C1C; }
p { color: rgb(208,124,28); }
H1.HeaderClassName
{
color: #D07C1C;
}
.AnyTagClassName
{
color: #D07C1C;
}
</style>
background-color css
<style>
a { background-color: #D07C1C; }
a { background-color: rgb(208,124,28); }
div.DivClassName
{
background-color: #D07C1C;
}
.BgClassName
{
background-color: #D07C1C;
}
</style>
border-color css
<style>
span { border-color: #D07C1C; }
span { border-color: rgb(208,124,28); }
td.TdClassName
{
border-color: #D07C1C;
}
.TagClassName
{
border-color: #D07C1C;
}
</style>