Shades of Ochre #D07C0B
Tints of Ochre #D07C0B
RGB
CMYK
RGB Variations
Color information
#D07C0B (or 0xD07C0B) is known color: Ochre. HEX triplet: D0, 7C and 0B. RGB value is (208,124,11). Sum of RGB (Red+Green+Blue) = 208+124+11=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C0B is #2F83F4. Grayscale: #888888. Windows color (decimal): -3113973 or 752848. OLE color: 752848.
HSL color Cylindrical-coordinate representation of color #D07C0B: hue angle of 34.42º 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 #D07C0B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.18 |
| HSL | 34.42º | 0.9% | 0.43% | - |
| HSV(B) | 34.42º | 0.95% | 0.82% | - |
| XYZ | 33.28 | 27.85 | 3.94 | - |
| YUV | 136.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 11 | 0 | 0.40 | 0.95 | 0.18 | 34.42 | 0.9 | 0.43 |
| Hex | D0 | 7C | B | 0 | 28 | 5F | 12 | 22 | 5A | 2B |
| Octal | 320 | 174 | 13 | 0 | 50 | 137 | 22 | 42 | 132 | 53 |
| Binary | 11010000 | 1111100 | 1011 | 0 | 101000 | 1011111 | 10010 | 100010 | 1011010 | 101011 |
Color Harmonies of #D07C0B
Complementary color
Monochromatic Colors of #D07C0B
Black with #D07C0B
Text Example
Text Example
White with #D07C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C0B; }
p { color: rgb(208,124,11); }
H1.HeaderClassName
{
color: #D07C0B;
}
.AnyTagClassName
{
color: #D07C0B;
}
</style>
background-color css
<style>
a { background-color: #D07C0B; }
a { background-color: rgb(208,124,11); }
div.DivClassName
{
background-color: #D07C0B;
}
.BgClassName
{
background-color: #D07C0B;
}
</style>
border-color css
<style>
span { border-color: #D07C0B; }
span { border-color: rgb(208,124,11); }
td.TdClassName
{
border-color: #D07C0B;
}
.TagClassName
{
border-color: #D07C0B;
}
</style>