Shades of Ochre #D1851D
Tints of Ochre #D1851D
RGB
CMYK
RGB Variations
Color information
#D1851D (or 0xD1851D) is known color: Ochre. HEX triplet: D1, 85 and 1D. RGB value is (209,133,29). Sum of RGB (Red+Green+Blue) = 209+133+29=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1851D is #2E7AE2. Grayscale: #909090. Windows color (decimal): -3046115 or 1934801. OLE color: 1934801.
HSL color Cylindrical-coordinate representation of color #D1851D: hue angle of 34.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1851D is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 29 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.18 |
| HSL | 34.67º | 0.76% | 0.47% | - |
| HSV(B) | 34.67º | 0.86% | 0.82% | - |
| XYZ | 34.9 | 30.42 | 5.19 | - |
| YUV | 143.87 | 63.18 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 29 | 0 | 0.36 | 0.86 | 0.18 | 34.67 | 0.76 | 0.47 |
| Hex | D1 | 85 | 1D | 0 | 24 | 56 | 12 | 23 | 4C | 2F |
| Octal | 321 | 205 | 35 | 0 | 44 | 126 | 22 | 43 | 114 | 57 |
| Binary | 11010001 | 10000101 | 11101 | 0 | 100100 | 1010110 | 10010 | 100011 | 1001100 | 101111 |
Color Harmonies of #D1851D
Complementary color
Monochromatic Colors of #D1851D
Black with #D1851D
Text Example
Text Example
White with #D1851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1851D; }
p { color: rgb(209,133,29); }
H1.HeaderClassName
{
color: #D1851D;
}
.AnyTagClassName
{
color: #D1851D;
}
</style>
background-color css
<style>
a { background-color: #D1851D; }
a { background-color: rgb(209,133,29); }
div.DivClassName
{
background-color: #D1851D;
}
.BgClassName
{
background-color: #D1851D;
}
</style>
border-color css
<style>
span { border-color: #D1851D; }
span { border-color: rgb(209,133,29); }
td.TdClassName
{
border-color: #D1851D;
}
.TagClassName
{
border-color: #D1851D;
}
</style>