Shades of Ochre #D68417
Tints of Ochre #D68417
RGB
CMYK
RGB Variations
Color information
#D68417 (or 0xD68417) is known color: Ochre. HEX triplet: D6, 84 and 17. RGB value is (214,132,23). Sum of RGB (Red+Green+Blue) = 214+132+23=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D68417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68417 is #297BE8. Grayscale: #909090. Windows color (decimal): -2718697 or 1541334. OLE color: 1541334.
HSL color Cylindrical-coordinate representation of color #D68417: hue angle of 34.24º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D68417 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 23 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.16 |
| HSL | 34.24º | 0.81% | 0.46% | - |
| HSV(B) | 34.24º | 0.89% | 0.84% | - |
| XYZ | 36.14 | 30.86 | 4.86 | - |
| YUV | 144.09 | 59.67 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 23 | 0 | 0.38 | 0.89 | 0.16 | 34.24 | 0.81 | 0.46 |
| Hex | D6 | 84 | 17 | 0 | 26 | 59 | 10 | 22 | 51 | 2E |
| Octal | 326 | 204 | 27 | 0 | 46 | 131 | 20 | 42 | 121 | 56 |
| Binary | 11010110 | 10000100 | 10111 | 0 | 100110 | 1011001 | 10000 | 100010 | 1010001 | 101110 |
Color Harmonies of #D68417
Complementary color
Monochromatic Colors of #D68417
Black with #D68417
Text Example
Text Example
White with #D68417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68417; }
p { color: rgb(214,132,23); }
H1.HeaderClassName
{
color: #D68417;
}
.AnyTagClassName
{
color: #D68417;
}
</style>
background-color css
<style>
a { background-color: #D68417; }
a { background-color: rgb(214,132,23); }
div.DivClassName
{
background-color: #D68417;
}
.BgClassName
{
background-color: #D68417;
}
</style>
border-color css
<style>
span { border-color: #D68417; }
span { border-color: rgb(214,132,23); }
td.TdClassName
{
border-color: #D68417;
}
.TagClassName
{
border-color: #D68417;
}
</style>