Shades of Ochre #D0841D
Tints of Ochre #D0841D
RGB
CMYK
RGB Variations
Color information
#D0841D (or 0xD0841D) is known color: Ochre. HEX triplet: D0, 84 and 1D. RGB value is (208,132,29). Sum of RGB (Red+Green+Blue) = 208+132+29=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0841D is #2F7BE2. Grayscale: #8F8F8F. Windows color (decimal): -3111907 or 1934544. OLE color: 1934544.
HSL color Cylindrical-coordinate representation of color #D0841D: hue angle of 34.53º 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 #D0841D is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 29 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.18 |
| HSL | 34.53º | 0.76% | 0.46% | - |
| HSV(B) | 34.53º | 0.86% | 0.82% | - |
| XYZ | 34.49 | 30 | 5.14 | - |
| YUV | 142.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 29 | 0 | 0.37 | 0.86 | 0.18 | 34.53 | 0.76 | 0.46 |
| Hex | D0 | 84 | 1D | 0 | 25 | 56 | 12 | 23 | 4C | 2E |
| Octal | 320 | 204 | 35 | 0 | 45 | 126 | 22 | 43 | 114 | 56 |
| Binary | 11010000 | 10000100 | 11101 | 0 | 100101 | 1010110 | 10010 | 100011 | 1001100 | 101110 |
Color Harmonies of #D0841D
Complementary color
Monochromatic Colors of #D0841D
Black with #D0841D
Text Example
Text Example
White with #D0841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0841D; }
p { color: rgb(208,132,29); }
H1.HeaderClassName
{
color: #D0841D;
}
.AnyTagClassName
{
color: #D0841D;
}
</style>
background-color css
<style>
a { background-color: #D0841D; }
a { background-color: rgb(208,132,29); }
div.DivClassName
{
background-color: #D0841D;
}
.BgClassName
{
background-color: #D0841D;
}
</style>
border-color css
<style>
span { border-color: #D0841D; }
span { border-color: rgb(208,132,29); }
td.TdClassName
{
border-color: #D0841D;
}
.TagClassName
{
border-color: #D0841D;
}
</style>