Shades of Ochre #D67516
Tints of Ochre #D67516
RGB
CMYK
RGB Variations
Color information
#D67516 (or 0xD67516) is known color: Ochre. HEX triplet: D6, 75 and 16. RGB value is (214,117,22). Sum of RGB (Red+Green+Blue) = 214+117+22=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D67516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67516 is #298AE9. Grayscale: #878787. Windows color (decimal): -2722538 or 1471958. OLE color: 1471958.
HSL color Cylindrical-coordinate representation of color #D67516: hue angle of 29.69º 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 #D67516 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 22 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.16 |
| HSL | 29.69º | 0.81% | 0.46% | - |
| HSV(B) | 29.69º | 0.9% | 0.84% | - |
| XYZ | 34.24 | 27.08 | 4.18 | - |
| YUV | 135.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 22 | 0 | 0.45 | 0.90 | 0.16 | 29.69 | 0.81 | 0.46 |
| Hex | D6 | 75 | 16 | 0 | 2D | 5A | 10 | 1E | 51 | 2E |
| Octal | 326 | 165 | 26 | 0 | 55 | 132 | 20 | 36 | 121 | 56 |
| Binary | 11010110 | 1110101 | 10110 | 0 | 101101 | 1011010 | 10000 | 11110 | 1010001 | 101110 |
Color Harmonies of #D67516
Complementary color
Monochromatic Colors of #D67516
Black with #D67516
Text Example
Text Example
White with #D67516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67516; }
p { color: rgb(214,117,22); }
H1.HeaderClassName
{
color: #D67516;
}
.AnyTagClassName
{
color: #D67516;
}
</style>
background-color css
<style>
a { background-color: #D67516; }
a { background-color: rgb(214,117,22); }
div.DivClassName
{
background-color: #D67516;
}
.BgClassName
{
background-color: #D67516;
}
</style>
border-color css
<style>
span { border-color: #D67516; }
span { border-color: rgb(214,117,22); }
td.TdClassName
{
border-color: #D67516;
}
.TagClassName
{
border-color: #D67516;
}
</style>