Shades of Ochre #D0841C
Tints of Ochre #D0841C
RGB
CMYK
RGB Variations
Color information
#D0841C (or 0xD0841C) is known color: Ochre. HEX triplet: D0, 84 and 1C. RGB value is (208,132,28). Sum of RGB (Red+Green+Blue) = 208+132+28=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0841C is #2F7BE3. Grayscale: #8F8F8F. Windows color (decimal): -3111908 or 1869008. OLE color: 1869008.
HSL color Cylindrical-coordinate representation of color #D0841C: hue angle of 34.67º 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 #D0841C is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 28 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.18 |
| HSL | 34.67º | 0.76% | 0.46% | - |
| HSV(B) | 34.67º | 0.87% | 0.82% | - |
| XYZ | 34.47 | 30 | 5.07 | - |
| YUV | 142.87 | 63.18 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 28 | 0 | 0.37 | 0.87 | 0.18 | 34.67 | 0.76 | 0.46 |
| Hex | D0 | 84 | 1C | 0 | 25 | 57 | 12 | 23 | 4C | 2E |
| Octal | 320 | 204 | 34 | 0 | 45 | 127 | 22 | 43 | 114 | 56 |
| Binary | 11010000 | 10000100 | 11100 | 0 | 100101 | 1010111 | 10010 | 100011 | 1001100 | 101110 |
Color Harmonies of #D0841C
Complementary color
Monochromatic Colors of #D0841C
Black with #D0841C
Text Example
Text Example
White with #D0841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0841C; }
p { color: rgb(208,132,28); }
H1.HeaderClassName
{
color: #D0841C;
}
.AnyTagClassName
{
color: #D0841C;
}
</style>
background-color css
<style>
a { background-color: #D0841C; }
a { background-color: rgb(208,132,28); }
div.DivClassName
{
background-color: #D0841C;
}
.BgClassName
{
background-color: #D0841C;
}
</style>
border-color css
<style>
span { border-color: #D0841C; }
span { border-color: rgb(208,132,28); }
td.TdClassName
{
border-color: #D0841C;
}
.TagClassName
{
border-color: #D0841C;
}
</style>