Shades of Ochre #D0861C
Tints of Ochre #D0861C
RGB
CMYK
RGB Variations
Color information
#D0861C (or 0xD0861C) is known color: Ochre. HEX triplet: D0, 86 and 1C. RGB value is (208,134,28). Sum of RGB (Red+Green+Blue) = 208+134+28=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0861C is #2F79E3. Grayscale: #909090. Windows color (decimal): -3111396 or 1869520. OLE color: 1869520.
HSL color Cylindrical-coordinate representation of color #D0861C: hue angle of 35.33º degrees, saturation: 0.76, 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 #D0861C is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 28 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.18 |
| HSL | 35.33º | 0.76% | 0.46% | - |
| HSV(B) | 35.33º | 0.87% | 0.82% | - |
| XYZ | 34.75 | 30.54 | 5.16 | - |
| YUV | 144.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 28 | 0 | 0.36 | 0.87 | 0.18 | 35.33 | 0.76 | 0.46 |
| Hex | D0 | 86 | 1C | 0 | 24 | 57 | 12 | 23 | 4C | 2E |
| Octal | 320 | 206 | 34 | 0 | 44 | 127 | 22 | 43 | 114 | 56 |
| Binary | 11010000 | 10000110 | 11100 | 0 | 100100 | 1010111 | 10010 | 100011 | 1001100 | 101110 |
Color Harmonies of #D0861C
Complementary color
Monochromatic Colors of #D0861C
Black with #D0861C
Text Example
Text Example
White with #D0861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0861C; }
p { color: rgb(208,134,28); }
H1.HeaderClassName
{
color: #D0861C;
}
.AnyTagClassName
{
color: #D0861C;
}
</style>
background-color css
<style>
a { background-color: #D0861C; }
a { background-color: rgb(208,134,28); }
div.DivClassName
{
background-color: #D0861C;
}
.BgClassName
{
background-color: #D0861C;
}
</style>
border-color css
<style>
span { border-color: #D0861C; }
span { border-color: rgb(208,134,28); }
td.TdClassName
{
border-color: #D0861C;
}
.TagClassName
{
border-color: #D0861C;
}
</style>