Shades of Ochre #D67E10
Tints of Ochre #D67E10
RGB
CMYK
RGB Variations
Color information
#D67E10 (or 0xD67E10) is known color: Ochre. HEX triplet: D6, 7E and 10. RGB value is (214,126,16). Sum of RGB (Red+Green+Blue) = 214+126+16=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67E10 is #2981EF. Grayscale: #8C8C8C. Windows color (decimal): -2720240 or 1081046. OLE color: 1081046.
HSL color Cylindrical-coordinate representation of color #D67E10: hue angle of 33.33º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D67E10 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 16 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.16 |
| HSL | 33.33º | 0.86% | 0.45% | - |
| HSV(B) | 33.33º | 0.93% | 0.84% | - |
| XYZ | 35.29 | 29.26 | 4.28 | - |
| YUV | 139.77 | 58.15 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 16 | 0 | 0.41 | 0.93 | 0.16 | 33.33 | 0.86 | 0.45 |
| Hex | D6 | 7E | 10 | 0 | 29 | 5D | 10 | 21 | 56 | 2D |
| Octal | 326 | 176 | 20 | 0 | 51 | 135 | 20 | 41 | 126 | 55 |
| Binary | 11010110 | 1111110 | 10000 | 0 | 101001 | 1011101 | 10000 | 100001 | 1010110 | 101101 |
Color Harmonies of #D67E10
Complementary color
Monochromatic Colors of #D67E10
Black with #D67E10
Text Example
Text Example
White with #D67E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67E10; }
p { color: rgb(214,126,16); }
H1.HeaderClassName
{
color: #D67E10;
}
.AnyTagClassName
{
color: #D67E10;
}
</style>
background-color css
<style>
a { background-color: #D67E10; }
a { background-color: rgb(214,126,16); }
div.DivClassName
{
background-color: #D67E10;
}
.BgClassName
{
background-color: #D67E10;
}
</style>
border-color css
<style>
span { border-color: #D67E10; }
span { border-color: rgb(214,126,16); }
td.TdClassName
{
border-color: #D67E10;
}
.TagClassName
{
border-color: #D67E10;
}
</style>