Shades of Ochre #D68415
Tints of Ochre #D68415
RGB
CMYK
RGB Variations
Color information
#D68415 (or 0xD68415) is known color: Ochre. HEX triplet: D6, 84 and 15. RGB value is (214,132,21). Sum of RGB (Red+Green+Blue) = 214+132+21=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D68415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68415 is #297BEA. Grayscale: #909090. Windows color (decimal): -2718699 or 1410262. OLE color: 1410262.
HSL color Cylindrical-coordinate representation of color #D68415: hue angle of 34.51º degrees, saturation: 0.82, 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 #D68415 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.16 |
| HSL | 34.51º | 0.82% | 0.46% | - |
| HSV(B) | 34.51º | 0.9% | 0.84% | - |
| XYZ | 36.12 | 30.85 | 4.76 | - |
| YUV | 143.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 21 | 0 | 0.38 | 0.90 | 0.16 | 34.51 | 0.82 | 0.46 |
| Hex | D6 | 84 | 15 | 0 | 26 | 5A | 10 | 23 | 52 | 2E |
| Octal | 326 | 204 | 25 | 0 | 46 | 132 | 20 | 43 | 122 | 56 |
| Binary | 11010110 | 10000100 | 10101 | 0 | 100110 | 1011010 | 10000 | 100011 | 1010010 | 101110 |
Color Harmonies of #D68415
Complementary color
Monochromatic Colors of #D68415
Black with #D68415
Text Example
Text Example
White with #D68415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68415; }
p { color: rgb(214,132,21); }
H1.HeaderClassName
{
color: #D68415;
}
.AnyTagClassName
{
color: #D68415;
}
</style>
background-color css
<style>
a { background-color: #D68415; }
a { background-color: rgb(214,132,21); }
div.DivClassName
{
background-color: #D68415;
}
.BgClassName
{
background-color: #D68415;
}
</style>
border-color css
<style>
span { border-color: #D68415; }
span { border-color: rgb(214,132,21); }
td.TdClassName
{
border-color: #D68415;
}
.TagClassName
{
border-color: #D68415;
}
</style>