Shades of Ochre #D17D1B
Tints of Ochre #D17D1B
RGB
CMYK
RGB Variations
Color information
#D17D1B (or 0xD17D1B) is known color: Ochre. HEX triplet: D1, 7D and 1B. RGB value is (209,125,27). Sum of RGB (Red+Green+Blue) = 209+125+27=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D1B is #2E82E4. Grayscale: #8B8B8B. Windows color (decimal): -3048165 or 1801681. OLE color: 1801681.
HSL color Cylindrical-coordinate representation of color #D17D1B: hue angle of 32.31º degrees, saturation: 0.77, 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 #D17D1B is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 27 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.18 |
| HSL | 32.31º | 0.77% | 0.46% | - |
| HSV(B) | 32.31º | 0.87% | 0.82% | - |
| XYZ | 33.83 | 28.3 | 4.72 | - |
| YUV | 138.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 27 | 0 | 0.40 | 0.87 | 0.18 | 32.31 | 0.77 | 0.46 |
| Hex | D1 | 7D | 1B | 0 | 28 | 57 | 12 | 20 | 4D | 2E |
| Octal | 321 | 175 | 33 | 0 | 50 | 127 | 22 | 40 | 115 | 56 |
| Binary | 11010001 | 1111101 | 11011 | 0 | 101000 | 1010111 | 10010 | 100000 | 1001101 | 101110 |
Color Harmonies of #D17D1B
Complementary color
Monochromatic Colors of #D17D1B
Black with #D17D1B
Text Example
Text Example
White with #D17D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D1B; }
p { color: rgb(209,125,27); }
H1.HeaderClassName
{
color: #D17D1B;
}
.AnyTagClassName
{
color: #D17D1B;
}
</style>
background-color css
<style>
a { background-color: #D17D1B; }
a { background-color: rgb(209,125,27); }
div.DivClassName
{
background-color: #D17D1B;
}
.BgClassName
{
background-color: #D17D1B;
}
</style>
border-color css
<style>
span { border-color: #D17D1B; }
span { border-color: rgb(209,125,27); }
td.TdClassName
{
border-color: #D17D1B;
}
.TagClassName
{
border-color: #D17D1B;
}
</style>