Shades of Ochre #D17B0C
Tints of Ochre #D17B0C
RGB
CMYK
RGB Variations
Color information
#D17B0C (or 0xD17B0C) is known color: Ochre. HEX triplet: D1, 7B and 0C. RGB value is (209,123,12). Sum of RGB (Red+Green+Blue) = 209+123+12=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17B0C is #2E84F3. Grayscale: #888888. Windows color (decimal): -3048692 or 818129. OLE color: 818129.
HSL color Cylindrical-coordinate representation of color #D17B0C: hue angle of 33.81º 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 #D17B0C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 123 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.18 |
| HSL | 33.81º | 0.89% | 0.43% | - |
| HSV(B) | 33.81º | 0.94% | 0.82% | - |
| XYZ | 33.44 | 27.75 | 3.94 | - |
| YUV | 136.06 | 57.99 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 12 | 0 | 0.41 | 0.94 | 0.18 | 33.81 | 0.89 | 0.43 |
| Hex | D1 | 7B | C | 0 | 29 | 5E | 12 | 22 | 59 | 2B |
| Octal | 321 | 173 | 14 | 0 | 51 | 136 | 22 | 42 | 131 | 53 |
| Binary | 11010001 | 1111011 | 1100 | 0 | 101001 | 1011110 | 10010 | 100010 | 1011001 | 101011 |
Color Harmonies of #D17B0C
Complementary color
Monochromatic Colors of #D17B0C
Black with #D17B0C
Text Example
Text Example
White with #D17B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17B0C; }
p { color: rgb(209,123,12); }
H1.HeaderClassName
{
color: #D17B0C;
}
.AnyTagClassName
{
color: #D17B0C;
}
</style>
background-color css
<style>
a { background-color: #D17B0C; }
a { background-color: rgb(209,123,12); }
div.DivClassName
{
background-color: #D17B0C;
}
.BgClassName
{
background-color: #D17B0C;
}
</style>
border-color css
<style>
span { border-color: #D17B0C; }
span { border-color: rgb(209,123,12); }
td.TdClassName
{
border-color: #D17B0C;
}
.TagClassName
{
border-color: #D17B0C;
}
</style>