Shades of Ochre #D07A0D
Tints of Ochre #D07A0D
RGB
CMYK
RGB Variations
Color information
#D07A0D (or 0xD07A0D) is known color: Ochre. HEX triplet: D0, 7A and 0D. RGB value is (208,122,13). Sum of RGB (Red+Green+Blue) = 208+122+13=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A0D is #2F85F2. Grayscale: #878787. Windows color (decimal): -3114483 or 883408. OLE color: 883408.
HSL color Cylindrical-coordinate representation of color #D07A0D: hue angle of 33.54º degrees, saturation: 0.88, 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 #D07A0D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.18 |
| HSL | 33.54º | 0.88% | 0.43% | - |
| HSV(B) | 33.54º | 0.94% | 0.82% | - |
| XYZ | 33.04 | 27.36 | 3.92 | - |
| YUV | 135.29 | 58.99 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 13 | 0 | 0.41 | 0.94 | 0.18 | 33.54 | 0.88 | 0.43 |
| Hex | D0 | 7A | D | 0 | 29 | 5E | 12 | 22 | 58 | 2B |
| Octal | 320 | 172 | 15 | 0 | 51 | 136 | 22 | 42 | 130 | 53 |
| Binary | 11010000 | 1111010 | 1101 | 0 | 101001 | 1011110 | 10010 | 100010 | 1011000 | 101011 |
Color Harmonies of #D07A0D
Complementary color
Monochromatic Colors of #D07A0D
Black with #D07A0D
Text Example
Text Example
White with #D07A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A0D; }
p { color: rgb(208,122,13); }
H1.HeaderClassName
{
color: #D07A0D;
}
.AnyTagClassName
{
color: #D07A0D;
}
</style>
background-color css
<style>
a { background-color: #D07A0D; }
a { background-color: rgb(208,122,13); }
div.DivClassName
{
background-color: #D07A0D;
}
.BgClassName
{
background-color: #D07A0D;
}
</style>
border-color css
<style>
span { border-color: #D07A0D; }
span { border-color: rgb(208,122,13); }
td.TdClassName
{
border-color: #D07A0D;
}
.TagClassName
{
border-color: #D07A0D;
}
</style>