Shades of Ochre #D17318
Tints of Ochre #D17318
RGB
CMYK
RGB Variations
Color information
#D17318 (or 0xD17318) is known color: Ochre. HEX triplet: D1, 73 and 18. RGB value is (209,115,24). Sum of RGB (Red+Green+Blue) = 209+115+24=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D17318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17318 is #2E8CE7. Grayscale: #858585. Windows color (decimal): -3050728 or 1602513. OLE color: 1602513.
HSL color Cylindrical-coordinate representation of color #D17318: hue angle of 29.51º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D17318 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 24 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.18 |
| HSL | 29.51º | 0.79% | 0.46% | - |
| HSV(B) | 29.51º | 0.89% | 0.82% | - |
| XYZ | 32.59 | 25.88 | 4.14 | - |
| YUV | 132.73 | 66.64 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 24 | 0 | 0.45 | 0.89 | 0.18 | 29.51 | 0.79 | 0.46 |
| Hex | D1 | 73 | 18 | 0 | 2D | 59 | 12 | 1E | 4F | 2E |
| Octal | 321 | 163 | 30 | 0 | 55 | 131 | 22 | 36 | 117 | 56 |
| Binary | 11010001 | 1110011 | 11000 | 0 | 101101 | 1011001 | 10010 | 11110 | 1001111 | 101110 |
Color Harmonies of #D17318
Complementary color
Monochromatic Colors of #D17318
Black with #D17318
Text Example
Text Example
White with #D17318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17318; }
p { color: rgb(209,115,24); }
H1.HeaderClassName
{
color: #D17318;
}
.AnyTagClassName
{
color: #D17318;
}
</style>
background-color css
<style>
a { background-color: #D17318; }
a { background-color: rgb(209,115,24); }
div.DivClassName
{
background-color: #D17318;
}
.BgClassName
{
background-color: #D17318;
}
</style>
border-color css
<style>
span { border-color: #D17318; }
span { border-color: rgb(209,115,24); }
td.TdClassName
{
border-color: #D17318;
}
.TagClassName
{
border-color: #D17318;
}
</style>