Shades of Ochre #D68214
Tints of Ochre #D68214
RGB
CMYK
RGB Variations
Color information
#D68214 (or 0xD68214) is known color: Ochre. HEX triplet: D6, 82 and 14. RGB value is (214,130,20). Sum of RGB (Red+Green+Blue) = 214+130+20=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D68214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68214 is #297DEB. Grayscale: #8F8F8F. Windows color (decimal): -2719212 or 1344214. OLE color: 1344214.
HSL color Cylindrical-coordinate representation of color #D68214: hue angle of 34.02º 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 #D68214 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 20 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.16 |
| HSL | 34.02º | 0.83% | 0.46% | - |
| HSV(B) | 34.02º | 0.91% | 0.84% | - |
| XYZ | 35.84 | 30.31 | 4.62 | - |
| YUV | 142.58 | 58.83 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 20 | 0 | 0.39 | 0.91 | 0.16 | 34.02 | 0.83 | 0.46 |
| Hex | D6 | 82 | 14 | 0 | 27 | 5B | 10 | 22 | 53 | 2E |
| Octal | 326 | 202 | 24 | 0 | 47 | 133 | 20 | 42 | 123 | 56 |
| Binary | 11010110 | 10000010 | 10100 | 0 | 100111 | 1011011 | 10000 | 100010 | 1010011 | 101110 |
Color Harmonies of #D68214
Complementary color
Monochromatic Colors of #D68214
Black with #D68214
Text Example
Text Example
White with #D68214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68214; }
p { color: rgb(214,130,20); }
H1.HeaderClassName
{
color: #D68214;
}
.AnyTagClassName
{
color: #D68214;
}
</style>
background-color css
<style>
a { background-color: #D68214; }
a { background-color: rgb(214,130,20); }
div.DivClassName
{
background-color: #D68214;
}
.BgClassName
{
background-color: #D68214;
}
</style>
border-color css
<style>
span { border-color: #D68214; }
span { border-color: rgb(214,130,20); }
td.TdClassName
{
border-color: #D68214;
}
.TagClassName
{
border-color: #D68214;
}
</style>