Shades of Ochre #D0871C
Tints of Ochre #D0871C
RGB
CMYK
RGB Variations
Color information
#D0871C (or 0xD0871C) is known color: Ochre. HEX triplet: D0, 87 and 1C. RGB value is (208,135,28). Sum of RGB (Red+Green+Blue) = 208+135+28=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0871C is #2F78E3. Grayscale: #919191. Windows color (decimal): -3111140 or 1869776. OLE color: 1869776.
HSL color Cylindrical-coordinate representation of color #D0871C: hue angle of 35.67º 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 #D0871C is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 28 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.18 |
| HSL | 35.67º | 0.76% | 0.46% | - |
| HSV(B) | 35.67º | 0.87% | 0.82% | - |
| XYZ | 34.89 | 30.82 | 5.21 | - |
| YUV | 144.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 28 | 0 | 0.35 | 0.87 | 0.18 | 35.67 | 0.76 | 0.46 |
| Hex | D0 | 87 | 1C | 0 | 23 | 57 | 12 | 24 | 4C | 2E |
| Octal | 320 | 207 | 34 | 0 | 43 | 127 | 22 | 44 | 114 | 56 |
| Binary | 11010000 | 10000111 | 11100 | 0 | 100011 | 1010111 | 10010 | 100100 | 1001100 | 101110 |
Color Harmonies of #D0871C
Complementary color
Monochromatic Colors of #D0871C
Black with #D0871C
Text Example
Text Example
White with #D0871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0871C; }
p { color: rgb(208,135,28); }
H1.HeaderClassName
{
color: #D0871C;
}
.AnyTagClassName
{
color: #D0871C;
}
</style>
background-color css
<style>
a { background-color: #D0871C; }
a { background-color: rgb(208,135,28); }
div.DivClassName
{
background-color: #D0871C;
}
.BgClassName
{
background-color: #D0871C;
}
</style>
border-color css
<style>
span { border-color: #D0871C; }
span { border-color: rgb(208,135,28); }
td.TdClassName
{
border-color: #D0871C;
}
.TagClassName
{
border-color: #D0871C;
}
</style>