Shades of Ochre #D68615
Tints of Ochre #D68615
RGB
CMYK
RGB Variations
Color information
#D68615 (or 0xD68615) is known color: Ochre. HEX triplet: D6, 86 and 15. RGB value is (214,134,21). Sum of RGB (Red+Green+Blue) = 214+134+21=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D68615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68615 is #2979EA. Grayscale: #919191. Windows color (decimal): -2718187 or 1410774. OLE color: 1410774.
HSL color Cylindrical-coordinate representation of color #D68615: hue angle of 35.13º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D68615 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.16 |
| HSL | 35.13º | 0.82% | 0.46% | - |
| HSV(B) | 35.13º | 0.9% | 0.84% | - |
| XYZ | 36.39 | 31.4 | 4.85 | - |
| YUV | 145.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 21 | 0 | 0.37 | 0.90 | 0.16 | 35.13 | 0.82 | 0.46 |
| Hex | D6 | 86 | 15 | 0 | 25 | 5A | 10 | 23 | 52 | 2E |
| Octal | 326 | 206 | 25 | 0 | 45 | 132 | 20 | 43 | 122 | 56 |
| Binary | 11010110 | 10000110 | 10101 | 0 | 100101 | 1011010 | 10000 | 100011 | 1010010 | 101110 |
Color Harmonies of #D68615
Complementary color
Monochromatic Colors of #D68615
Black with #D68615
Text Example
Text Example
White with #D68615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68615; }
p { color: rgb(214,134,21); }
H1.HeaderClassName
{
color: #D68615;
}
.AnyTagClassName
{
color: #D68615;
}
</style>
background-color css
<style>
a { background-color: #D68615; }
a { background-color: rgb(214,134,21); }
div.DivClassName
{
background-color: #D68615;
}
.BgClassName
{
background-color: #D68615;
}
</style>
border-color css
<style>
span { border-color: #D68615; }
span { border-color: rgb(214,134,21); }
td.TdClassName
{
border-color: #D68615;
}
.TagClassName
{
border-color: #D68615;
}
</style>