Shades of Ochre #D68714
Tints of Ochre #D68714
RGB
CMYK
RGB Variations
Color information
#D68714 (or 0xD68714) is known color: Ochre. HEX triplet: D6, 87 and 14. RGB value is (214,135,20). Sum of RGB (Red+Green+Blue) = 214+135+20=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D68714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68714 is #2978EB. Grayscale: #929292. Windows color (decimal): -2717932 or 1345494. OLE color: 1345494.
HSL color Cylindrical-coordinate representation of color #D68714: hue angle of 35.57º 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 #D68714 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 20 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.16 |
| HSL | 35.57º | 0.83% | 0.46% | - |
| HSV(B) | 35.57º | 0.91% | 0.84% | - |
| XYZ | 36.52 | 31.67 | 4.85 | - |
| YUV | 145.51 | 57.17 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 20 | 0 | 0.37 | 0.91 | 0.16 | 35.57 | 0.83 | 0.46 |
| Hex | D6 | 87 | 14 | 0 | 25 | 5B | 10 | 24 | 53 | 2E |
| Octal | 326 | 207 | 24 | 0 | 45 | 133 | 20 | 44 | 123 | 56 |
| Binary | 11010110 | 10000111 | 10100 | 0 | 100101 | 1011011 | 10000 | 100100 | 1010011 | 101110 |
Color Harmonies of #D68714
Complementary color
Monochromatic Colors of #D68714
Black with #D68714
Text Example
Text Example
White with #D68714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68714; }
p { color: rgb(214,135,20); }
H1.HeaderClassName
{
color: #D68714;
}
.AnyTagClassName
{
color: #D68714;
}
</style>
background-color css
<style>
a { background-color: #D68714; }
a { background-color: rgb(214,135,20); }
div.DivClassName
{
background-color: #D68714;
}
.BgClassName
{
background-color: #D68714;
}
</style>
border-color css
<style>
span { border-color: #D68714; }
span { border-color: rgb(214,135,20); }
td.TdClassName
{
border-color: #D68714;
}
.TagClassName
{
border-color: #D68714;
}
</style>