Shades of Ochre #D17C0B
Tints of Ochre #D17C0B
RGB
CMYK
RGB Variations
Color information
#D17C0B (or 0xD17C0B) is known color: Ochre. HEX triplet: D1, 7C and 0B. RGB value is (209,124,11). Sum of RGB (Red+Green+Blue) = 209+124+11=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17C0B is #2E83F4. Grayscale: #898989. Windows color (decimal): -3048437 or 752849. OLE color: 752849.
HSL color Cylindrical-coordinate representation of color #D17C0B: hue angle of 34.24º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D17C0B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.18 |
| HSL | 34.24º | 0.9% | 0.43% | - |
| HSV(B) | 34.24º | 0.95% | 0.82% | - |
| XYZ | 33.56 | 27.99 | 3.95 | - |
| YUV | 136.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 11 | 0 | 0.41 | 0.95 | 0.18 | 34.24 | 0.9 | 0.43 |
| Hex | D1 | 7C | B | 0 | 29 | 5F | 12 | 22 | 5A | 2B |
| Octal | 321 | 174 | 13 | 0 | 51 | 137 | 22 | 42 | 132 | 53 |
| Binary | 11010001 | 1111100 | 1011 | 0 | 101001 | 1011111 | 10010 | 100010 | 1011010 | 101011 |
Color Harmonies of #D17C0B
Complementary color
Monochromatic Colors of #D17C0B
Black with #D17C0B
Text Example
Text Example
White with #D17C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17C0B; }
p { color: rgb(209,124,11); }
H1.HeaderClassName
{
color: #D17C0B;
}
.AnyTagClassName
{
color: #D17C0B;
}
</style>
background-color css
<style>
a { background-color: #D17C0B; }
a { background-color: rgb(209,124,11); }
div.DivClassName
{
background-color: #D17C0B;
}
.BgClassName
{
background-color: #D17C0B;
}
</style>
border-color css
<style>
span { border-color: #D17C0B; }
span { border-color: rgb(209,124,11); }
td.TdClassName
{
border-color: #D17C0B;
}
.TagClassName
{
border-color: #D17C0B;
}
</style>