Shades of Ochre #D7841F
Tints of Ochre #D7841F
RGB
CMYK
RGB Variations
Color information
#D7841F (or 0xD7841F) is known color: Ochre. HEX triplet: D7, 84 and 1F. RGB value is (215,132,31). Sum of RGB (Red+Green+Blue) = 215+132+31=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7841F is #287BE0. Grayscale: #919191. Windows color (decimal): -2653153 or 2065623. OLE color: 2065623.
HSL color Cylindrical-coordinate representation of color #D7841F: hue angle of 32.93º degrees, saturation: 0.75, 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 #D7841F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 31 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.16 |
| HSL | 32.93º | 0.75% | 0.48% | - |
| HSV(B) | 32.93º | 0.86% | 0.84% | - |
| XYZ | 36.52 | 31.05 | 5.36 | - |
| YUV | 145.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 31 | 0 | 0.39 | 0.86 | 0.16 | 32.93 | 0.75 | 0.48 |
| Hex | D7 | 84 | 1F | 0 | 27 | 56 | 10 | 21 | 4B | 30 |
| Octal | 327 | 204 | 37 | 0 | 47 | 126 | 20 | 41 | 113 | 60 |
| Binary | 11010111 | 10000100 | 11111 | 0 | 100111 | 1010110 | 10000 | 100001 | 1001011 | 110000 |
Color Harmonies of #D7841F
Complementary color
Monochromatic Colors of #D7841F
Black with #D7841F
Text Example
Text Example
White with #D7841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7841F; }
p { color: rgb(215,132,31); }
H1.HeaderClassName
{
color: #D7841F;
}
.AnyTagClassName
{
color: #D7841F;
}
</style>
background-color css
<style>
a { background-color: #D7841F; }
a { background-color: rgb(215,132,31); }
div.DivClassName
{
background-color: #D7841F;
}
.BgClassName
{
background-color: #D7841F;
}
</style>
border-color css
<style>
span { border-color: #D7841F; }
span { border-color: rgb(215,132,31); }
td.TdClassName
{
border-color: #D7841F;
}
.TagClassName
{
border-color: #D7841F;
}
</style>