Shades of Ochre #D7841D
Tints of Ochre #D7841D
RGB
CMYK
RGB Variations
Color information
#D7841D (or 0xD7841D) is known color: Ochre. HEX triplet: D7, 84 and 1D. RGB value is (215,132,29). Sum of RGB (Red+Green+Blue) = 215+132+29=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D7841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7841D is #287BE2. Grayscale: #919191. Windows color (decimal): -2653155 or 1934551. OLE color: 1934551.
HSL color Cylindrical-coordinate representation of color #D7841D: hue angle of 33.23º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7841D is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 29 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.16 |
| HSL | 33.23º | 0.76% | 0.48% | - |
| HSV(B) | 33.23º | 0.87% | 0.84% | - |
| XYZ | 36.5 | 31.04 | 5.23 | - |
| YUV | 145.08 | 62.5 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 29 | 0 | 0.39 | 0.87 | 0.16 | 33.23 | 0.76 | 0.48 |
| Hex | D7 | 84 | 1D | 0 | 27 | 57 | 10 | 21 | 4C | 30 |
| Octal | 327 | 204 | 35 | 0 | 47 | 127 | 20 | 41 | 114 | 60 |
| Binary | 11010111 | 10000100 | 11101 | 0 | 100111 | 1010111 | 10000 | 100001 | 1001100 | 110000 |
Color Harmonies of #D7841D
Complementary color
Monochromatic Colors of #D7841D
Black with #D7841D
Text Example
Text Example
White with #D7841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7841D; }
p { color: rgb(215,132,29); }
H1.HeaderClassName
{
color: #D7841D;
}
.AnyTagClassName
{
color: #D7841D;
}
</style>
background-color css
<style>
a { background-color: #D7841D; }
a { background-color: rgb(215,132,29); }
div.DivClassName
{
background-color: #D7841D;
}
.BgClassName
{
background-color: #D7841D;
}
</style>
border-color css
<style>
span { border-color: #D7841D; }
span { border-color: rgb(215,132,29); }
td.TdClassName
{
border-color: #D7841D;
}
.TagClassName
{
border-color: #D7841D;
}
</style>