Shades of Ochre #D7821B
Tints of Ochre #D7821B
RGB
CMYK
RGB Variations
Color information
#D7821B (or 0xD7821B) is known color: Ochre. HEX triplet: D7, 82 and 1B. RGB value is (215,130,27). Sum of RGB (Red+Green+Blue) = 215+130+27=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7821B is #287DE4. Grayscale: #909090. Windows color (decimal): -2653669 or 1802967. OLE color: 1802967.
HSL color Cylindrical-coordinate representation of color #D7821B: hue angle of 32.87º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7821B is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 27 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.16 |
| HSL | 32.87º | 0.78% | 0.47% | - |
| HSV(B) | 32.87º | 0.87% | 0.84% | - |
| XYZ | 36.2 | 30.49 | 5.01 | - |
| YUV | 143.67 | 62.16 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 27 | 0 | 0.40 | 0.87 | 0.16 | 32.87 | 0.78 | 0.47 |
| Hex | D7 | 82 | 1B | 0 | 28 | 57 | 10 | 21 | 4E | 2F |
| Octal | 327 | 202 | 33 | 0 | 50 | 127 | 20 | 41 | 116 | 57 |
| Binary | 11010111 | 10000010 | 11011 | 0 | 101000 | 1010111 | 10000 | 100001 | 1001110 | 101111 |
Color Harmonies of #D7821B
Complementary color
Monochromatic Colors of #D7821B
Black with #D7821B
Text Example
Text Example
White with #D7821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7821B; }
p { color: rgb(215,130,27); }
H1.HeaderClassName
{
color: #D7821B;
}
.AnyTagClassName
{
color: #D7821B;
}
</style>
background-color css
<style>
a { background-color: #D7821B; }
a { background-color: rgb(215,130,27); }
div.DivClassName
{
background-color: #D7821B;
}
.BgClassName
{
background-color: #D7821B;
}
</style>
border-color css
<style>
span { border-color: #D7821B; }
span { border-color: rgb(215,130,27); }
td.TdClassName
{
border-color: #D7821B;
}
.TagClassName
{
border-color: #D7821B;
}
</style>