Shades of Ochre #D68317
Tints of Ochre #D68317
RGB
CMYK
RGB Variations
Color information
#D68317 (or 0xD68317) is known color: Ochre. HEX triplet: D6, 83 and 17. RGB value is (214,131,23). Sum of RGB (Red+Green+Blue) = 214+131+23=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D68317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68317 is #297CE8. Grayscale: #909090. Windows color (decimal): -2718953 or 1541078. OLE color: 1541078.
HSL color Cylindrical-coordinate representation of color #D68317: hue angle of 33.93º 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 #D68317 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.16 |
| HSL | 33.93º | 0.81% | 0.46% | - |
| HSV(B) | 33.93º | 0.89% | 0.84% | - |
| XYZ | 36 | 30.59 | 4.82 | - |
| YUV | 143.51 | 60 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 23 | 0 | 0.39 | 0.89 | 0.16 | 33.93 | 0.81 | 0.46 |
| Hex | D6 | 83 | 17 | 0 | 27 | 59 | 10 | 22 | 51 | 2E |
| Octal | 326 | 203 | 27 | 0 | 47 | 131 | 20 | 42 | 121 | 56 |
| Binary | 11010110 | 10000011 | 10111 | 0 | 100111 | 1011001 | 10000 | 100010 | 1010001 | 101110 |
Color Harmonies of #D68317
Complementary color
Monochromatic Colors of #D68317
Black with #D68317
Text Example
Text Example
White with #D68317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68317; }
p { color: rgb(214,131,23); }
H1.HeaderClassName
{
color: #D68317;
}
.AnyTagClassName
{
color: #D68317;
}
</style>
background-color css
<style>
a { background-color: #D68317; }
a { background-color: rgb(214,131,23); }
div.DivClassName
{
background-color: #D68317;
}
.BgClassName
{
background-color: #D68317;
}
</style>
border-color css
<style>
span { border-color: #D68317; }
span { border-color: rgb(214,131,23); }
td.TdClassName
{
border-color: #D68317;
}
.TagClassName
{
border-color: #D68317;
}
</style>