Shades of Ochre #D17B0D
Tints of Ochre #D17B0D
RGB
CMYK
RGB Variations
Color information
#D17B0D (or 0xD17B0D) is known color: Ochre. HEX triplet: D1, 7B and 0D. RGB value is (209,123,13). Sum of RGB (Red+Green+Blue) = 209+123+13=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17B0D is #2E84F2. Grayscale: #888888. Windows color (decimal): -3048691 or 883665. OLE color: 883665.
HSL color Cylindrical-coordinate representation of color #D17B0D: hue angle of 33.67º 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 #D17B0D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 123 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.18 |
| HSL | 33.67º | 0.88% | 0.44% | - |
| HSV(B) | 33.67º | 0.94% | 0.82% | - |
| XYZ | 33.45 | 27.75 | 3.97 | - |
| YUV | 136.17 | 58.49 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 13 | 0 | 0.41 | 0.94 | 0.18 | 33.67 | 0.88 | 0.44 |
| Hex | D1 | 7B | D | 0 | 29 | 5E | 12 | 22 | 58 | 2C |
| Octal | 321 | 173 | 15 | 0 | 51 | 136 | 22 | 42 | 130 | 54 |
| Binary | 11010001 | 1111011 | 1101 | 0 | 101001 | 1011110 | 10010 | 100010 | 1011000 | 101100 |
Color Harmonies of #D17B0D
Complementary color
Monochromatic Colors of #D17B0D
Black with #D17B0D
Text Example
Text Example
White with #D17B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17B0D; }
p { color: rgb(209,123,13); }
H1.HeaderClassName
{
color: #D17B0D;
}
.AnyTagClassName
{
color: #D17B0D;
}
</style>
background-color css
<style>
a { background-color: #D17B0D; }
a { background-color: rgb(209,123,13); }
div.DivClassName
{
background-color: #D17B0D;
}
.BgClassName
{
background-color: #D17B0D;
}
</style>
border-color css
<style>
span { border-color: #D17B0D; }
span { border-color: rgb(209,123,13); }
td.TdClassName
{
border-color: #D17B0D;
}
.TagClassName
{
border-color: #D17B0D;
}
</style>