Shades of Ochre #D68116
Tints of Ochre #D68116
RGB
CMYK
RGB Variations
Color information
#D68116 (or 0xD68116) is known color: Ochre. HEX triplet: D6, 81 and 16. RGB value is (214,129,22). Sum of RGB (Red+Green+Blue) = 214+129+22=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D68116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68116 is #297EE9. Grayscale: #8E8E8E. Windows color (decimal): -2719466 or 1475030. OLE color: 1475030.
HSL color Cylindrical-coordinate representation of color #D68116: hue angle of 33.44º degrees, saturation: 0.81, 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 #D68116 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 22 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.16 |
| HSL | 33.44º | 0.81% | 0.46% | - |
| HSV(B) | 33.44º | 0.9% | 0.84% | - |
| XYZ | 35.73 | 30.05 | 4.68 | - |
| YUV | 142.22 | 60.16 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 22 | 0 | 0.40 | 0.90 | 0.16 | 33.44 | 0.81 | 0.46 |
| Hex | D6 | 81 | 16 | 0 | 28 | 5A | 10 | 21 | 51 | 2E |
| Octal | 326 | 201 | 26 | 0 | 50 | 132 | 20 | 41 | 121 | 56 |
| Binary | 11010110 | 10000001 | 10110 | 0 | 101000 | 1011010 | 10000 | 100001 | 1010001 | 101110 |
Color Harmonies of #D68116
Complementary color
Monochromatic Colors of #D68116
Black with #D68116
Text Example
Text Example
White with #D68116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68116; }
p { color: rgb(214,129,22); }
H1.HeaderClassName
{
color: #D68116;
}
.AnyTagClassName
{
color: #D68116;
}
</style>
background-color css
<style>
a { background-color: #D68116; }
a { background-color: rgb(214,129,22); }
div.DivClassName
{
background-color: #D68116;
}
.BgClassName
{
background-color: #D68116;
}
</style>
border-color css
<style>
span { border-color: #D68116; }
span { border-color: rgb(214,129,22); }
td.TdClassName
{
border-color: #D68116;
}
.TagClassName
{
border-color: #D68116;
}
</style>