Shades of Ochre #D0810C
Tints of Ochre #D0810C
RGB
CMYK
RGB Variations
Color information
#D0810C (or 0xD0810C) is known color: Ochre. HEX triplet: D0, 81 and 0C. RGB value is (208,129,12). Sum of RGB (Red+Green+Blue) = 208+129+12=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0810C is #2F7EF3. Grayscale: #8B8B8B. Windows color (decimal): -3112692 or 819664. OLE color: 819664.
HSL color Cylindrical-coordinate representation of color #D0810C: hue angle of 35.82º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0810C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.18 |
| HSL | 35.82º | 0.89% | 0.43% | - |
| HSV(B) | 35.82º | 0.94% | 0.82% | - |
| XYZ | 33.93 | 29.14 | 4.18 | - |
| YUV | 139.28 | 56.17 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 12 | 0 | 0.38 | 0.94 | 0.18 | 35.82 | 0.89 | 0.43 |
| Hex | D0 | 81 | C | 0 | 26 | 5E | 12 | 24 | 59 | 2B |
| Octal | 320 | 201 | 14 | 0 | 46 | 136 | 22 | 44 | 131 | 53 |
| Binary | 11010000 | 10000001 | 1100 | 0 | 100110 | 1011110 | 10010 | 100100 | 1011001 | 101011 |
Color Harmonies of #D0810C
Complementary color
Monochromatic Colors of #D0810C
Black with #D0810C
Text Example
Text Example
White with #D0810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0810C; }
p { color: rgb(208,129,12); }
H1.HeaderClassName
{
color: #D0810C;
}
.AnyTagClassName
{
color: #D0810C;
}
</style>
background-color css
<style>
a { background-color: #D0810C; }
a { background-color: rgb(208,129,12); }
div.DivClassName
{
background-color: #D0810C;
}
.BgClassName
{
background-color: #D0810C;
}
</style>
border-color css
<style>
span { border-color: #D0810C; }
span { border-color: rgb(208,129,12); }
td.TdClassName
{
border-color: #D0810C;
}
.TagClassName
{
border-color: #D0810C;
}
</style>