Shades of Ochre #D7821C
Tints of Ochre #D7821C
RGB
CMYK
RGB Variations
Color information
#D7821C (or 0xD7821C) is known color: Ochre. HEX triplet: D7, 82 and 1C. RGB value is (215,130,28). Sum of RGB (Red+Green+Blue) = 215+130+28=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7821C is #287DE3. Grayscale: #909090. Windows color (decimal): -2653668 or 1868503. OLE color: 1868503.
HSL color Cylindrical-coordinate representation of color #D7821C: hue angle of 32.73º degrees, saturation: 0.77, 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 #D7821C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 28 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.16 |
| HSL | 32.73º | 0.77% | 0.48% | - |
| HSV(B) | 32.73º | 0.87% | 0.84% | - |
| XYZ | 36.22 | 30.5 | 5.08 | - |
| YUV | 143.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 28 | 0 | 0.40 | 0.87 | 0.16 | 32.73 | 0.77 | 0.48 |
| Hex | D7 | 82 | 1C | 0 | 28 | 57 | 10 | 21 | 4D | 30 |
| Octal | 327 | 202 | 34 | 0 | 50 | 127 | 20 | 41 | 115 | 60 |
| Binary | 11010111 | 10000010 | 11100 | 0 | 101000 | 1010111 | 10000 | 100001 | 1001101 | 110000 |
Color Harmonies of #D7821C
Complementary color
Monochromatic Colors of #D7821C
Black with #D7821C
Text Example
Text Example
White with #D7821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7821C; }
p { color: rgb(215,130,28); }
H1.HeaderClassName
{
color: #D7821C;
}
.AnyTagClassName
{
color: #D7821C;
}
</style>
background-color css
<style>
a { background-color: #D7821C; }
a { background-color: rgb(215,130,28); }
div.DivClassName
{
background-color: #D7821C;
}
.BgClassName
{
background-color: #D7821C;
}
</style>
border-color css
<style>
span { border-color: #D7821C; }
span { border-color: rgb(215,130,28); }
td.TdClassName
{
border-color: #D7821C;
}
.TagClassName
{
border-color: #D7821C;
}
</style>