Shades of Ochre #D8811B
Tints of Ochre #D8811B
RGB
CMYK
RGB Variations
Color information
#D8811B (or 0xD8811B) is known color: Ochre. HEX triplet: D8, 81 and 1B. RGB value is (216,129,27). Sum of RGB (Red+Green+Blue) = 216+129+27=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8811B is #277EE4. Grayscale: #8F8F8F. Windows color (decimal): -2588389 or 1802712. OLE color: 1802712.
HSL color Cylindrical-coordinate representation of color #D8811B: hue angle of 32.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8811B is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 27 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.15 |
| HSL | 32.38º | 0.78% | 0.48% | - |
| HSV(B) | 32.38º | 0.88% | 0.85% | - |
| XYZ | 36.37 | 30.38 | 4.98 | - |
| YUV | 143.39 | 62.32 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 27 | 0 | 0.40 | 0.88 | 0.15 | 32.38 | 0.78 | 0.48 |
| Hex | D8 | 81 | 1B | 0 | 28 | 58 | F | 20 | 4E | 30 |
| Octal | 330 | 201 | 33 | 0 | 50 | 130 | 17 | 40 | 116 | 60 |
| Binary | 11011000 | 10000001 | 11011 | 0 | 101000 | 1011000 | 1111 | 100000 | 1001110 | 110000 |
Color Harmonies of #D8811B
Complementary color
Monochromatic Colors of #D8811B
Black with #D8811B
Text Example
Text Example
White with #D8811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8811B; }
p { color: rgb(216,129,27); }
H1.HeaderClassName
{
color: #D8811B;
}
.AnyTagClassName
{
color: #D8811B;
}
</style>
background-color css
<style>
a { background-color: #D8811B; }
a { background-color: rgb(216,129,27); }
div.DivClassName
{
background-color: #D8811B;
}
.BgClassName
{
background-color: #D8811B;
}
</style>
border-color css
<style>
span { border-color: #D8811B; }
span { border-color: rgb(216,129,27); }
td.TdClassName
{
border-color: #D8811B;
}
.TagClassName
{
border-color: #D8811B;
}
</style>