Shades of Ochre #D7851E
Tints of Ochre #D7851E
RGB
CMYK
RGB Variations
Color information
#D7851E (or 0xD7851E) is known color: Ochre. HEX triplet: D7, 85 and 1E. RGB value is (215,133,30). Sum of RGB (Red+Green+Blue) = 215+133+30=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7851E is #287AE1. Grayscale: #929292. Windows color (decimal): -2652898 or 2000343. OLE color: 2000343.
HSL color Cylindrical-coordinate representation of color #D7851E: hue angle of 33.41º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7851E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 30 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.16 |
| HSL | 33.41º | 0.76% | 0.48% | - |
| HSV(B) | 33.41º | 0.86% | 0.84% | - |
| XYZ | 36.65 | 31.32 | 5.34 | - |
| YUV | 145.78 | 62.67 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 30 | 0 | 0.38 | 0.86 | 0.16 | 33.41 | 0.76 | 0.48 |
| Hex | D7 | 85 | 1E | 0 | 26 | 56 | 10 | 21 | 4C | 30 |
| Octal | 327 | 205 | 36 | 0 | 46 | 126 | 20 | 41 | 114 | 60 |
| Binary | 11010111 | 10000101 | 11110 | 0 | 100110 | 1010110 | 10000 | 100001 | 1001100 | 110000 |
Color Harmonies of #D7851E
Complementary color
Monochromatic Colors of #D7851E
Black with #D7851E
Text Example
Text Example
White with #D7851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7851E; }
p { color: rgb(215,133,30); }
H1.HeaderClassName
{
color: #D7851E;
}
.AnyTagClassName
{
color: #D7851E;
}
</style>
background-color css
<style>
a { background-color: #D7851E; }
a { background-color: rgb(215,133,30); }
div.DivClassName
{
background-color: #D7851E;
}
.BgClassName
{
background-color: #D7851E;
}
</style>
border-color css
<style>
span { border-color: #D7851E; }
span { border-color: rgb(215,133,30); }
td.TdClassName
{
border-color: #D7851E;
}
.TagClassName
{
border-color: #D7851E;
}
</style>