Shades of Ochre #D67F17
Tints of Ochre #D67F17
RGB
CMYK
RGB Variations
Color information
#D67F17 (or 0xD67F17) is known color: Ochre. HEX triplet: D6, 7F and 17. RGB value is (214,127,23). Sum of RGB (Red+Green+Blue) = 214+127+23=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F17 is #2980E8. Grayscale: #8D8D8D. Windows color (decimal): -2719977 or 1540054. OLE color: 1540054.
HSL color Cylindrical-coordinate representation of color #D67F17: hue angle of 32.67º 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 #D67F17 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 23 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.16 |
| HSL | 32.67º | 0.81% | 0.46% | - |
| HSV(B) | 32.67º | 0.89% | 0.84% | - |
| XYZ | 35.48 | 29.54 | 4.64 | - |
| YUV | 141.16 | 61.32 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 23 | 0 | 0.41 | 0.89 | 0.16 | 32.67 | 0.81 | 0.46 |
| Hex | D6 | 7F | 17 | 0 | 29 | 59 | 10 | 21 | 51 | 2E |
| Octal | 326 | 177 | 27 | 0 | 51 | 131 | 20 | 41 | 121 | 56 |
| Binary | 11010110 | 1111111 | 10111 | 0 | 101001 | 1011001 | 10000 | 100001 | 1010001 | 101110 |
Color Harmonies of #D67F17
Complementary color
Monochromatic Colors of #D67F17
Black with #D67F17
Text Example
Text Example
White with #D67F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F17; }
p { color: rgb(214,127,23); }
H1.HeaderClassName
{
color: #D67F17;
}
.AnyTagClassName
{
color: #D67F17;
}
</style>
background-color css
<style>
a { background-color: #D67F17; }
a { background-color: rgb(214,127,23); }
div.DivClassName
{
background-color: #D67F17;
}
.BgClassName
{
background-color: #D67F17;
}
</style>
border-color css
<style>
span { border-color: #D67F17; }
span { border-color: rgb(214,127,23); }
td.TdClassName
{
border-color: #D67F17;
}
.TagClassName
{
border-color: #D67F17;
}
</style>