Shades of Ochre #D07A0A
Tints of Ochre #D07A0A
RGB
CMYK
RGB Variations
Color information
#D07A0A (or 0xD07A0A) is known color: Ochre. HEX triplet: D0, 7A and 0A. RGB value is (208,122,10). Sum of RGB (Red+Green+Blue) = 208+122+10=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A0A is #2F85F5. Grayscale: #878787. Windows color (decimal): -3114486 or 686800. OLE color: 686800.
HSL color Cylindrical-coordinate representation of color #D07A0A: hue angle of 33.94º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D07A0A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.18 |
| HSL | 33.94º | 0.91% | 0.43% | - |
| HSV(B) | 33.94º | 0.95% | 0.82% | - |
| XYZ | 33.03 | 27.35 | 3.83 | - |
| YUV | 134.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 10 | 0 | 0.41 | 0.95 | 0.18 | 33.94 | 0.91 | 0.43 |
| Hex | D0 | 7A | A | 0 | 29 | 5F | 12 | 22 | 5B | 2B |
| Octal | 320 | 172 | 12 | 0 | 51 | 137 | 22 | 42 | 133 | 53 |
| Binary | 11010000 | 1111010 | 1010 | 0 | 101001 | 1011111 | 10010 | 100010 | 1011011 | 101011 |
Color Harmonies of #D07A0A
Complementary color
Monochromatic Colors of #D07A0A
Black with #D07A0A
Text Example
Text Example
White with #D07A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A0A; }
p { color: rgb(208,122,10); }
H1.HeaderClassName
{
color: #D07A0A;
}
.AnyTagClassName
{
color: #D07A0A;
}
</style>
background-color css
<style>
a { background-color: #D07A0A; }
a { background-color: rgb(208,122,10); }
div.DivClassName
{
background-color: #D07A0A;
}
.BgClassName
{
background-color: #D07A0A;
}
</style>
border-color css
<style>
span { border-color: #D07A0A; }
span { border-color: rgb(208,122,10); }
td.TdClassName
{
border-color: #D07A0A;
}
.TagClassName
{
border-color: #D07A0A;
}
</style>