Shades of Ochre #D68412
Tints of Ochre #D68412
RGB
CMYK
RGB Variations
Color information
#D68412 (or 0xD68412) is known color: Ochre. HEX triplet: D6, 84 and 12. RGB value is (214,132,18). Sum of RGB (Red+Green+Blue) = 214+132+18=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D68412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68412 is #297BED. Grayscale: #909090. Windows color (decimal): -2718702 or 1213654. OLE color: 1213654.
HSL color Cylindrical-coordinate representation of color #D68412: hue angle of 34.9º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D68412 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 18 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.16 |
| HSL | 34.9º | 0.84% | 0.45% | - |
| HSV(B) | 34.9º | 0.92% | 0.84% | - |
| XYZ | 36.09 | 30.84 | 4.62 | - |
| YUV | 143.52 | 57.17 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 18 | 0 | 0.38 | 0.92 | 0.16 | 34.9 | 0.84 | 0.45 |
| Hex | D6 | 84 | 12 | 0 | 26 | 5C | 10 | 23 | 54 | 2D |
| Octal | 326 | 204 | 22 | 0 | 46 | 134 | 20 | 43 | 124 | 55 |
| Binary | 11010110 | 10000100 | 10010 | 0 | 100110 | 1011100 | 10000 | 100011 | 1010100 | 101101 |
Color Harmonies of #D68412
Complementary color
Monochromatic Colors of #D68412
Black with #D68412
Text Example
Text Example
White with #D68412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68412; }
p { color: rgb(214,132,18); }
H1.HeaderClassName
{
color: #D68412;
}
.AnyTagClassName
{
color: #D68412;
}
</style>
background-color css
<style>
a { background-color: #D68412; }
a { background-color: rgb(214,132,18); }
div.DivClassName
{
background-color: #D68412;
}
.BgClassName
{
background-color: #D68412;
}
</style>
border-color css
<style>
span { border-color: #D68412; }
span { border-color: rgb(214,132,18); }
td.TdClassName
{
border-color: #D68412;
}
.TagClassName
{
border-color: #D68412;
}
</style>