Shades of Ochre #D8821C
Tints of Ochre #D8821C
RGB
CMYK
RGB Variations
Color information
#D8821C (or 0xD8821C) is known color: Ochre. HEX triplet: D8, 82 and 1C. RGB value is (216,130,28). Sum of RGB (Red+Green+Blue) = 216+130+28=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8821C is #277DE3. Grayscale: #909090. Windows color (decimal): -2588132 or 1868504. OLE color: 1868504.
HSL color Cylindrical-coordinate representation of color #D8821C: hue angle of 32.55º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8821C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 28 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.15 |
| HSL | 32.55º | 0.77% | 0.48% | - |
| HSV(B) | 32.55º | 0.87% | 0.85% | - |
| XYZ | 36.51 | 30.65 | 5.09 | - |
| YUV | 144.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 28 | 0 | 0.40 | 0.87 | 0.15 | 32.55 | 0.77 | 0.48 |
| Hex | D8 | 82 | 1C | 0 | 28 | 57 | F | 21 | 4D | 30 |
| Octal | 330 | 202 | 34 | 0 | 50 | 127 | 17 | 41 | 115 | 60 |
| Binary | 11011000 | 10000010 | 11100 | 0 | 101000 | 1010111 | 1111 | 100001 | 1001101 | 110000 |
Color Harmonies of #D8821C
Complementary color
Monochromatic Colors of #D8821C
Black with #D8821C
Text Example
Text Example
White with #D8821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8821C; }
p { color: rgb(216,130,28); }
H1.HeaderClassName
{
color: #D8821C;
}
.AnyTagClassName
{
color: #D8821C;
}
</style>
background-color css
<style>
a { background-color: #D8821C; }
a { background-color: rgb(216,130,28); }
div.DivClassName
{
background-color: #D8821C;
}
.BgClassName
{
background-color: #D8821C;
}
</style>
border-color css
<style>
span { border-color: #D8821C; }
span { border-color: rgb(216,130,28); }
td.TdClassName
{
border-color: #D8821C;
}
.TagClassName
{
border-color: #D8821C;
}
</style>