Shades of Ochre #D68017
Tints of Ochre #D68017
RGB
CMYK
RGB Variations
Color information
#D68017 (or 0xD68017) is known color: Ochre. HEX triplet: D6, 80 and 17. RGB value is (214,128,23). Sum of RGB (Red+Green+Blue) = 214+128+23=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D68017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68017 is #297FE8. Grayscale: #8E8E8E. Windows color (decimal): -2719721 or 1540310. OLE color: 1540310.
HSL color Cylindrical-coordinate representation of color #D68017: hue angle of 32.98º 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 #D68017 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 23 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.16 |
| HSL | 32.98º | 0.81% | 0.46% | - |
| HSV(B) | 32.98º | 0.89% | 0.84% | - |
| XYZ | 35.61 | 29.8 | 4.69 | - |
| YUV | 141.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 23 | 0 | 0.40 | 0.89 | 0.16 | 32.98 | 0.81 | 0.46 |
| Hex | D6 | 80 | 17 | 0 | 28 | 59 | 10 | 21 | 51 | 2E |
| Octal | 326 | 200 | 27 | 0 | 50 | 131 | 20 | 41 | 121 | 56 |
| Binary | 11010110 | 10000000 | 10111 | 0 | 101000 | 1011001 | 10000 | 100001 | 1010001 | 101110 |
Color Harmonies of #D68017
Complementary color
Monochromatic Colors of #D68017
Black with #D68017
Text Example
Text Example
White with #D68017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68017; }
p { color: rgb(214,128,23); }
H1.HeaderClassName
{
color: #D68017;
}
.AnyTagClassName
{
color: #D68017;
}
</style>
background-color css
<style>
a { background-color: #D68017; }
a { background-color: rgb(214,128,23); }
div.DivClassName
{
background-color: #D68017;
}
.BgClassName
{
background-color: #D68017;
}
</style>
border-color css
<style>
span { border-color: #D68017; }
span { border-color: rgb(214,128,23); }
td.TdClassName
{
border-color: #D68017;
}
.TagClassName
{
border-color: #D68017;
}
</style>