Shades of Ochre #D67716
Tints of Ochre #D67716
RGB
CMYK
RGB Variations
Color information
#D67716 (or 0xD67716) is known color: Ochre. HEX triplet: D6, 77 and 16. RGB value is (214,119,22). Sum of RGB (Red+Green+Blue) = 214+119+22=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D67716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67716 is #2988E9. Grayscale: #888888. Windows color (decimal): -2722026 or 1472470. OLE color: 1472470.
HSL color Cylindrical-coordinate representation of color #D67716: hue angle of 30.31º 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 #D67716 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 22 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.16 |
| HSL | 30.31º | 0.81% | 0.46% | - |
| HSV(B) | 30.31º | 0.9% | 0.84% | - |
| XYZ | 34.47 | 27.55 | 4.26 | - |
| YUV | 136.35 | 63.47 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 22 | 0 | 0.44 | 0.90 | 0.16 | 30.31 | 0.81 | 0.46 |
| Hex | D6 | 77 | 16 | 0 | 2C | 5A | 10 | 1E | 51 | 2E |
| Octal | 326 | 167 | 26 | 0 | 54 | 132 | 20 | 36 | 121 | 56 |
| Binary | 11010110 | 1110111 | 10110 | 0 | 101100 | 1011010 | 10000 | 11110 | 1010001 | 101110 |
Color Harmonies of #D67716
Complementary color
Monochromatic Colors of #D67716
Black with #D67716
Text Example
Text Example
White with #D67716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67716; }
p { color: rgb(214,119,22); }
H1.HeaderClassName
{
color: #D67716;
}
.AnyTagClassName
{
color: #D67716;
}
</style>
background-color css
<style>
a { background-color: #D67716; }
a { background-color: rgb(214,119,22); }
div.DivClassName
{
background-color: #D67716;
}
.BgClassName
{
background-color: #D67716;
}
</style>
border-color css
<style>
span { border-color: #D67716; }
span { border-color: rgb(214,119,22); }
td.TdClassName
{
border-color: #D67716;
}
.TagClassName
{
border-color: #D67716;
}
</style>