Shades of Ochre #D07D0C
Tints of Ochre #D07D0C
RGB
CMYK
RGB Variations
Color information
#D07D0C (or 0xD07D0C) is known color: Ochre. HEX triplet: D0, 7D and 0C. RGB value is (208,125,12). Sum of RGB (Red+Green+Blue) = 208+125+12=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07D0C is #2F82F3. Grayscale: #898989. Windows color (decimal): -3113716 or 818640. OLE color: 818640.
HSL color Cylindrical-coordinate representation of color #D07D0C: hue angle of 34.59º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D07D0C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.18 |
| HSL | 34.59º | 0.89% | 0.43% | - |
| HSV(B) | 34.59º | 0.94% | 0.82% | - |
| XYZ | 33.41 | 28.1 | 4.01 | - |
| YUV | 136.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 12 | 0 | 0.40 | 0.94 | 0.18 | 34.59 | 0.89 | 0.43 |
| Hex | D0 | 7D | C | 0 | 28 | 5E | 12 | 23 | 59 | 2B |
| Octal | 320 | 175 | 14 | 0 | 50 | 136 | 22 | 43 | 131 | 53 |
| Binary | 11010000 | 1111101 | 1100 | 0 | 101000 | 1011110 | 10010 | 100011 | 1011001 | 101011 |
Color Harmonies of #D07D0C
Complementary color
Monochromatic Colors of #D07D0C
Black with #D07D0C
Text Example
Text Example
White with #D07D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D0C; }
p { color: rgb(208,125,12); }
H1.HeaderClassName
{
color: #D07D0C;
}
.AnyTagClassName
{
color: #D07D0C;
}
</style>
background-color css
<style>
a { background-color: #D07D0C; }
a { background-color: rgb(208,125,12); }
div.DivClassName
{
background-color: #D07D0C;
}
.BgClassName
{
background-color: #D07D0C;
}
</style>
border-color css
<style>
span { border-color: #D07D0C; }
span { border-color: rgb(208,125,12); }
td.TdClassName
{
border-color: #D07D0C;
}
.TagClassName
{
border-color: #D07D0C;
}
</style>