Shades of Ochre #D0821D
Tints of Ochre #D0821D
RGB
CMYK
RGB Variations
Color information
#D0821D (or 0xD0821D) is known color: Ochre. HEX triplet: D0, 82 and 1D. RGB value is (208,130,29). Sum of RGB (Red+Green+Blue) = 208+130+29=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0821D is #2F7DE2. Grayscale: #8E8E8E. Windows color (decimal): -3112419 or 1934032. OLE color: 1934032.
HSL color Cylindrical-coordinate representation of color #D0821D: hue angle of 33.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0821D is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 29 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.18 |
| HSL | 33.85º | 0.76% | 0.46% | - |
| HSV(B) | 33.85º | 0.86% | 0.82% | - |
| XYZ | 34.22 | 29.46 | 5.05 | - |
| YUV | 141.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 29 | 0 | 0.38 | 0.86 | 0.18 | 33.85 | 0.76 | 0.46 |
| Hex | D0 | 82 | 1D | 0 | 26 | 56 | 12 | 22 | 4C | 2E |
| Octal | 320 | 202 | 35 | 0 | 46 | 126 | 22 | 42 | 114 | 56 |
| Binary | 11010000 | 10000010 | 11101 | 0 | 100110 | 1010110 | 10010 | 100010 | 1001100 | 101110 |
Color Harmonies of #D0821D
Complementary color
Monochromatic Colors of #D0821D
Black with #D0821D
Text Example
Text Example
White with #D0821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0821D; }
p { color: rgb(208,130,29); }
H1.HeaderClassName
{
color: #D0821D;
}
.AnyTagClassName
{
color: #D0821D;
}
</style>
background-color css
<style>
a { background-color: #D0821D; }
a { background-color: rgb(208,130,29); }
div.DivClassName
{
background-color: #D0821D;
}
.BgClassName
{
background-color: #D0821D;
}
</style>
border-color css
<style>
span { border-color: #D0821D; }
span { border-color: rgb(208,130,29); }
td.TdClassName
{
border-color: #D0821D;
}
.TagClassName
{
border-color: #D0821D;
}
</style>