Shades of Ochre #D68212
Tints of Ochre #D68212
RGB
CMYK
RGB Variations
Color information
#D68212 (or 0xD68212) is known color: Ochre. HEX triplet: D6, 82 and 12. RGB value is (214,130,18). Sum of RGB (Red+Green+Blue) = 214+130+18=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D68212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68212 is #297DED. Grayscale: #8E8E8E. Windows color (decimal): -2719214 or 1213142. OLE color: 1213142.
HSL color Cylindrical-coordinate representation of color #D68212: hue angle of 34.29º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D68212 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.16 |
| HSL | 34.29º | 0.84% | 0.45% | - |
| HSV(B) | 34.29º | 0.92% | 0.84% | - |
| XYZ | 35.82 | 30.31 | 4.53 | - |
| YUV | 142.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 18 | 0 | 0.39 | 0.92 | 0.16 | 34.29 | 0.84 | 0.45 |
| Hex | D6 | 82 | 12 | 0 | 27 | 5C | 10 | 22 | 54 | 2D |
| Octal | 326 | 202 | 22 | 0 | 47 | 134 | 20 | 42 | 124 | 55 |
| Binary | 11010110 | 10000010 | 10010 | 0 | 100111 | 1011100 | 10000 | 100010 | 1010100 | 101101 |
Color Harmonies of #D68212
Complementary color
Monochromatic Colors of #D68212
Black with #D68212
Text Example
Text Example
White with #D68212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68212; }
p { color: rgb(214,130,18); }
H1.HeaderClassName
{
color: #D68212;
}
.AnyTagClassName
{
color: #D68212;
}
</style>
background-color css
<style>
a { background-color: #D68212; }
a { background-color: rgb(214,130,18); }
div.DivClassName
{
background-color: #D68212;
}
.BgClassName
{
background-color: #D68212;
}
</style>
border-color css
<style>
span { border-color: #D68212; }
span { border-color: rgb(214,130,18); }
td.TdClassName
{
border-color: #D68212;
}
.TagClassName
{
border-color: #D68212;
}
</style>