Shades of Ochre #D0821C
Tints of Ochre #D0821C
RGB
CMYK
RGB Variations
Color information
#D0821C (or 0xD0821C) is known color: Ochre. HEX triplet: D0, 82 and 1C. RGB value is (208,130,28). Sum of RGB (Red+Green+Blue) = 208+130+28=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0821C is #2F7DE3. Grayscale: #8E8E8E. Windows color (decimal): -3112420 or 1868496. OLE color: 1868496.
HSL color Cylindrical-coordinate representation of color #D0821C: hue angle of 34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0821C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 28 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.18 |
| HSL | 34º | 0.76% | 0.46% | - |
| HSV(B) | 34º | 0.87% | 0.82% | - |
| XYZ | 34.2 | 29.46 | 4.98 | - |
| YUV | 141.69 | 63.84 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 28 | 0 | 0.38 | 0.87 | 0.18 | 34 | 0.76 | 0.46 |
| Hex | D0 | 82 | 1C | 0 | 26 | 57 | 12 | 22 | 4C | 2E |
| Octal | 320 | 202 | 34 | 0 | 46 | 127 | 22 | 42 | 114 | 56 |
| Binary | 11010000 | 10000010 | 11100 | 0 | 100110 | 1010111 | 10010 | 100010 | 1001100 | 101110 |
Color Harmonies of #D0821C
Complementary color
Monochromatic Colors of #D0821C
Black with #D0821C
Text Example
Text Example
White with #D0821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0821C; }
p { color: rgb(208,130,28); }
H1.HeaderClassName
{
color: #D0821C;
}
.AnyTagClassName
{
color: #D0821C;
}
</style>
background-color css
<style>
a { background-color: #D0821C; }
a { background-color: rgb(208,130,28); }
div.DivClassName
{
background-color: #D0821C;
}
.BgClassName
{
background-color: #D0821C;
}
</style>
border-color css
<style>
span { border-color: #D0821C; }
span { border-color: rgb(208,130,28); }
td.TdClassName
{
border-color: #D0821C;
}
.TagClassName
{
border-color: #D0821C;
}
</style>