Shades of Ochre #D17C0D
Tints of Ochre #D17C0D
RGB
CMYK
RGB Variations
Color information
#D17C0D (or 0xD17C0D) is known color: Ochre. HEX triplet: D1, 7C and 0D. RGB value is (209,124,13). Sum of RGB (Red+Green+Blue) = 209+124+13=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17C0D is #2E83F2. Grayscale: #898989. Windows color (decimal): -3048435 or 883921. OLE color: 883921.
HSL color Cylindrical-coordinate representation of color #D17C0D: hue angle of 33.98º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D17C0D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.18 |
| HSL | 33.98º | 0.88% | 0.44% | - |
| HSV(B) | 33.98º | 0.94% | 0.82% | - |
| XYZ | 33.57 | 28 | 4.02 | - |
| YUV | 136.76 | 58.16 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 13 | 0 | 0.41 | 0.94 | 0.18 | 33.98 | 0.88 | 0.44 |
| Hex | D1 | 7C | D | 0 | 29 | 5E | 12 | 22 | 58 | 2C |
| Octal | 321 | 174 | 15 | 0 | 51 | 136 | 22 | 42 | 130 | 54 |
| Binary | 11010001 | 1111100 | 1101 | 0 | 101001 | 1011110 | 10010 | 100010 | 1011000 | 101100 |
Color Harmonies of #D17C0D
Complementary color
Monochromatic Colors of #D17C0D
Black with #D17C0D
Text Example
Text Example
White with #D17C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17C0D; }
p { color: rgb(209,124,13); }
H1.HeaderClassName
{
color: #D17C0D;
}
.AnyTagClassName
{
color: #D17C0D;
}
</style>
background-color css
<style>
a { background-color: #D17C0D; }
a { background-color: rgb(209,124,13); }
div.DivClassName
{
background-color: #D17C0D;
}
.BgClassName
{
background-color: #D17C0D;
}
</style>
border-color css
<style>
span { border-color: #D17C0D; }
span { border-color: rgb(209,124,13); }
td.TdClassName
{
border-color: #D17C0D;
}
.TagClassName
{
border-color: #D17C0D;
}
</style>