Shades of Ochre #D37517
Tints of Ochre #D37517
RGB
CMYK
RGB Variations
Color information
#D37517 (or 0xD37517) is known color: Ochre. HEX triplet: D3, 75 and 17. RGB value is (211,117,23). Sum of RGB (Red+Green+Blue) = 211+117+23=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D37517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37517 is #2C8AE8. Grayscale: #868686. Windows color (decimal): -2919145 or 1537491. OLE color: 1537491.
HSL color Cylindrical-coordinate representation of color #D37517: hue angle of 30º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D37517 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 23 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.17 |
| HSL | 30º | 0.8% | 0.46% | - |
| HSV(B) | 30º | 0.89% | 0.83% | - |
| XYZ | 33.38 | 26.63 | 4.19 | - |
| YUV | 134.39 | 65.14 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 23 | 0 | 0.45 | 0.89 | 0.17 | 30 | 0.8 | 0.46 |
| Hex | D3 | 75 | 17 | 0 | 2D | 59 | 11 | 1E | 50 | 2E |
| Octal | 323 | 165 | 27 | 0 | 55 | 131 | 21 | 36 | 120 | 56 |
| Binary | 11010011 | 1110101 | 10111 | 0 | 101101 | 1011001 | 10001 | 11110 | 1010000 | 101110 |
Color Harmonies of #D37517
Complementary color
Monochromatic Colors of #D37517
Black with #D37517
Text Example
Text Example
White with #D37517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37517; }
p { color: rgb(211,117,23); }
H1.HeaderClassName
{
color: #D37517;
}
.AnyTagClassName
{
color: #D37517;
}
</style>
background-color css
<style>
a { background-color: #D37517; }
a { background-color: rgb(211,117,23); }
div.DivClassName
{
background-color: #D37517;
}
.BgClassName
{
background-color: #D37517;
}
</style>
border-color css
<style>
span { border-color: #D37517; }
span { border-color: rgb(211,117,23); }
td.TdClassName
{
border-color: #D37517;
}
.TagClassName
{
border-color: #D37517;
}
</style>