Shades of Ochre #D68514
Tints of Ochre #D68514
RGB
CMYK
RGB Variations
Color information
#D68514 (or 0xD68514) is known color: Ochre. HEX triplet: D6, 85 and 14. RGB value is (214,133,20). Sum of RGB (Red+Green+Blue) = 214+133+20=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D68514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68514 is #297AEB. Grayscale: #909090. Windows color (decimal): -2718444 or 1344982. OLE color: 1344982.
HSL color Cylindrical-coordinate representation of color #D68514: hue angle of 34.95º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D68514 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 20 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.16 |
| HSL | 34.95º | 0.83% | 0.46% | - |
| HSV(B) | 34.95º | 0.91% | 0.84% | - |
| XYZ | 36.25 | 31.12 | 4.76 | - |
| YUV | 144.34 | 57.84 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 20 | 0 | 0.38 | 0.91 | 0.16 | 34.95 | 0.83 | 0.46 |
| Hex | D6 | 85 | 14 | 0 | 26 | 5B | 10 | 23 | 53 | 2E |
| Octal | 326 | 205 | 24 | 0 | 46 | 133 | 20 | 43 | 123 | 56 |
| Binary | 11010110 | 10000101 | 10100 | 0 | 100110 | 1011011 | 10000 | 100011 | 1010011 | 101110 |
Color Harmonies of #D68514
Complementary color
Monochromatic Colors of #D68514
Black with #D68514
Text Example
Text Example
White with #D68514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68514; }
p { color: rgb(214,133,20); }
H1.HeaderClassName
{
color: #D68514;
}
.AnyTagClassName
{
color: #D68514;
}
</style>
background-color css
<style>
a { background-color: #D68514; }
a { background-color: rgb(214,133,20); }
div.DivClassName
{
background-color: #D68514;
}
.BgClassName
{
background-color: #D68514;
}
</style>
border-color css
<style>
span { border-color: #D68514; }
span { border-color: rgb(214,133,20); }
td.TdClassName
{
border-color: #D68514;
}
.TagClassName
{
border-color: #D68514;
}
</style>