Shades of Ochre #D7811D
Tints of Ochre #D7811D
RGB
CMYK
RGB Variations
Color information
#D7811D (or 0xD7811D) is known color: Ochre. HEX triplet: D7, 81 and 1D. RGB value is (215,129,29). Sum of RGB (Red+Green+Blue) = 215+129+29=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7811D is #287EE2. Grayscale: #8F8F8F. Windows color (decimal): -2653923 or 1933783. OLE color: 1933783.
HSL color Cylindrical-coordinate representation of color #D7811D: hue angle of 32.26º 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 #D7811D is Cyan = 0, Magento = 0.4, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 29 | - |
| CMYK | 0 | 0.4 | 0.87 | 0.16 |
| HSL | 32.26º | 0.76% | 0.48% | - |
| HSV(B) | 32.26º | 0.87% | 0.84% | - |
| XYZ | 36.1 | 30.24 | 5.1 | - |
| YUV | 143.31 | 63.49 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 29 | 0 | 0.4 | 0.87 | 0.16 | 32.26 | 0.76 | 0.48 |
| Hex | D7 | 81 | 1D | 0 | 28 | 57 | 10 | 20 | 4C | 30 |
| Octal | 327 | 201 | 35 | 0 | 50 | 127 | 20 | 40 | 114 | 60 |
| Binary | 11010111 | 10000001 | 11101 | 0 | 101000 | 1010111 | 10000 | 100000 | 1001100 | 110000 |
Color Harmonies of #D7811D
Complementary color
Monochromatic Colors of #D7811D
Black with #D7811D
Text Example
Text Example
White with #D7811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7811D; }
p { color: rgb(215,129,29); }
H1.HeaderClassName
{
color: #D7811D;
}
.AnyTagClassName
{
color: #D7811D;
}
</style>
background-color css
<style>
a { background-color: #D7811D; }
a { background-color: rgb(215,129,29); }
div.DivClassName
{
background-color: #D7811D;
}
.BgClassName
{
background-color: #D7811D;
}
</style>
border-color css
<style>
span { border-color: #D7811D; }
span { border-color: rgb(215,129,29); }
td.TdClassName
{
border-color: #D7811D;
}
.TagClassName
{
border-color: #D7811D;
}
</style>