Shades of Ochre #D07D1B
Tints of Ochre #D07D1B
RGB
CMYK
RGB Variations
Color information
#D07D1B (or 0xD07D1B) is known color: Ochre. HEX triplet: D0, 7D and 1B. RGB value is (208,125,27). Sum of RGB (Red+Green+Blue) = 208+125+27=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D1B is #2F82E4. Grayscale: #8B8B8B. Windows color (decimal): -3113701 or 1801680. OLE color: 1801680.
HSL color Cylindrical-coordinate representation of color #D07D1B: hue angle of 32.49º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D07D1B is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 27 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.18 |
| HSL | 32.49º | 0.77% | 0.46% | - |
| HSV(B) | 32.49º | 0.87% | 0.82% | - |
| XYZ | 33.54 | 28.16 | 4.7 | - |
| YUV | 138.65 | 65 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 27 | 0 | 0.40 | 0.87 | 0.18 | 32.49 | 0.77 | 0.46 |
| Hex | D0 | 7D | 1B | 0 | 28 | 57 | 12 | 20 | 4D | 2E |
| Octal | 320 | 175 | 33 | 0 | 50 | 127 | 22 | 40 | 115 | 56 |
| Binary | 11010000 | 1111101 | 11011 | 0 | 101000 | 1010111 | 10010 | 100000 | 1001101 | 101110 |
Color Harmonies of #D07D1B
Complementary color
Monochromatic Colors of #D07D1B
Black with #D07D1B
Text Example
Text Example
White with #D07D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D1B; }
p { color: rgb(208,125,27); }
H1.HeaderClassName
{
color: #D07D1B;
}
.AnyTagClassName
{
color: #D07D1B;
}
</style>
background-color css
<style>
a { background-color: #D07D1B; }
a { background-color: rgb(208,125,27); }
div.DivClassName
{
background-color: #D07D1B;
}
.BgClassName
{
background-color: #D07D1B;
}
</style>
border-color css
<style>
span { border-color: #D07D1B; }
span { border-color: rgb(208,125,27); }
td.TdClassName
{
border-color: #D07D1B;
}
.TagClassName
{
border-color: #D07D1B;
}
</style>