Shades of Ochre #D7841A
Tints of Ochre #D7841A
RGB
CMYK
RGB Variations
Color information
#D7841A (or 0xD7841A) is known color: Ochre. HEX triplet: D7, 84 and 1A. RGB value is (215,132,26). Sum of RGB (Red+Green+Blue) = 215+132+26=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7841A is #287BE5. Grayscale: #919191. Windows color (decimal): -2653158 or 1737943. OLE color: 1737943.
HSL color Cylindrical-coordinate representation of color #D7841A: hue angle of 33.65º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7841A is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 26 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.16 |
| HSL | 33.65º | 0.78% | 0.47% | - |
| HSV(B) | 33.65º | 0.88% | 0.84% | - |
| XYZ | 36.46 | 31.02 | 5.04 | - |
| YUV | 144.73 | 61 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 26 | 0 | 0.39 | 0.88 | 0.16 | 33.65 | 0.78 | 0.47 |
| Hex | D7 | 84 | 1A | 0 | 27 | 58 | 10 | 22 | 4E | 2F |
| Octal | 327 | 204 | 32 | 0 | 47 | 130 | 20 | 42 | 116 | 57 |
| Binary | 11010111 | 10000100 | 11010 | 0 | 100111 | 1011000 | 10000 | 100010 | 1001110 | 101111 |
Color Harmonies of #D7841A
Complementary color
Monochromatic Colors of #D7841A
Black with #D7841A
Text Example
Text Example
White with #D7841A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7841A; }
p { color: rgb(215,132,26); }
H1.HeaderClassName
{
color: #D7841A;
}
.AnyTagClassName
{
color: #D7841A;
}
</style>
background-color css
<style>
a { background-color: #D7841A; }
a { background-color: rgb(215,132,26); }
div.DivClassName
{
background-color: #D7841A;
}
.BgClassName
{
background-color: #D7841A;
}
</style>
border-color css
<style>
span { border-color: #D7841A; }
span { border-color: rgb(215,132,26); }
td.TdClassName
{
border-color: #D7841A;
}
.TagClassName
{
border-color: #D7841A;
}
</style>