Shades of Ochre #D07A0B
Tints of Ochre #D07A0B
RGB
CMYK
RGB Variations
Color information
#D07A0B (or 0xD07A0B) is known color: Ochre. HEX triplet: D0, 7A and 0B. RGB value is (208,122,11). Sum of RGB (Red+Green+Blue) = 208+122+11=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A0B is #2F85F4. Grayscale: #878787. Windows color (decimal): -3114485 or 752336. OLE color: 752336.
HSL color Cylindrical-coordinate representation of color #D07A0B: hue angle of 33.81º degrees, saturation: 0.9, 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 #D07A0B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.18 |
| HSL | 33.81º | 0.9% | 0.43% | - |
| HSV(B) | 33.81º | 0.95% | 0.82% | - |
| XYZ | 33.03 | 27.35 | 3.86 | - |
| YUV | 135.06 | 57.99 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 11 | 0 | 0.41 | 0.95 | 0.18 | 33.81 | 0.9 | 0.43 |
| Hex | D0 | 7A | B | 0 | 29 | 5F | 12 | 22 | 5A | 2B |
| Octal | 320 | 172 | 13 | 0 | 51 | 137 | 22 | 42 | 132 | 53 |
| Binary | 11010000 | 1111010 | 1011 | 0 | 101001 | 1011111 | 10010 | 100010 | 1011010 | 101011 |
Color Harmonies of #D07A0B
Complementary color
Monochromatic Colors of #D07A0B
Black with #D07A0B
Text Example
Text Example
White with #D07A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A0B; }
p { color: rgb(208,122,11); }
H1.HeaderClassName
{
color: #D07A0B;
}
.AnyTagClassName
{
color: #D07A0B;
}
</style>
background-color css
<style>
a { background-color: #D07A0B; }
a { background-color: rgb(208,122,11); }
div.DivClassName
{
background-color: #D07A0B;
}
.BgClassName
{
background-color: #D07A0B;
}
</style>
border-color css
<style>
span { border-color: #D07A0B; }
span { border-color: rgb(208,122,11); }
td.TdClassName
{
border-color: #D07A0B;
}
.TagClassName
{
border-color: #D07A0B;
}
</style>