Shades of Ochre #D67614
Tints of Ochre #D67614
RGB
CMYK
RGB Variations
Color information
#D67614 (or 0xD67614) is known color: Ochre. HEX triplet: D6, 76 and 14. RGB value is (214,118,20). Sum of RGB (Red+Green+Blue) = 214+118+20=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D67614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67614 is #2989EB. Grayscale: #888888. Windows color (decimal): -2722284 or 1341142. OLE color: 1341142.
HSL color Cylindrical-coordinate representation of color #D67614: hue angle of 30.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D67614 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.16 |
| HSL | 30.31º | 0.83% | 0.46% | - |
| HSV(B) | 30.31º | 0.91% | 0.84% | - |
| XYZ | 34.34 | 27.3 | 4.12 | - |
| YUV | 135.53 | 62.8 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 20 | 0 | 0.45 | 0.91 | 0.16 | 30.31 | 0.83 | 0.46 |
| Hex | D6 | 76 | 14 | 0 | 2D | 5B | 10 | 1E | 53 | 2E |
| Octal | 326 | 166 | 24 | 0 | 55 | 133 | 20 | 36 | 123 | 56 |
| Binary | 11010110 | 1110110 | 10100 | 0 | 101101 | 1011011 | 10000 | 11110 | 1010011 | 101110 |
Color Harmonies of #D67614
Complementary color
Monochromatic Colors of #D67614
Black with #D67614
Text Example
Text Example
White with #D67614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67614; }
p { color: rgb(214,118,20); }
H1.HeaderClassName
{
color: #D67614;
}
.AnyTagClassName
{
color: #D67614;
}
</style>
background-color css
<style>
a { background-color: #D67614; }
a { background-color: rgb(214,118,20); }
div.DivClassName
{
background-color: #D67614;
}
.BgClassName
{
background-color: #D67614;
}
</style>
border-color css
<style>
span { border-color: #D67614; }
span { border-color: rgb(214,118,20); }
td.TdClassName
{
border-color: #D67614;
}
.TagClassName
{
border-color: #D67614;
}
</style>