Shades of Ochre #D67E23
Tints of Ochre #D67E23
RGB
CMYK
RGB Variations
Color information
#D67E23 (or 0xD67E23) is known color: Ochre. HEX triplet: D6, 7E and 23. RGB value is (214,126,35). Sum of RGB (Red+Green+Blue) = 214+126+35=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67E23 is #2981DC. Grayscale: #8E8E8E. Windows color (decimal): -2720221 or 2326230. OLE color: 2326230.
HSL color Cylindrical-coordinate representation of color #D67E23: hue angle of 30.5º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D67E23 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 126 | 35 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.16 |
| HSL | 30.5º | 0.72% | 0.49% | - |
| HSV(B) | 30.5º | 0.84% | 0.84% | - |
| XYZ | 35.5 | 29.34 | 5.38 | - |
| YUV | 141.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 126 | 35 | 0 | 0.41 | 0.84 | 0.16 | 30.5 | 0.72 | 0.49 |
| Hex | D6 | 7E | 23 | 0 | 29 | 54 | 10 | 1F | 48 | 31 |
| Octal | 326 | 176 | 43 | 0 | 51 | 124 | 20 | 37 | 110 | 61 |
| Binary | 11010110 | 1111110 | 100011 | 0 | 101001 | 1010100 | 10000 | 11111 | 1001000 | 110001 |
Color Harmonies of #D67E23
Complementary color
Monochromatic Colors of #D67E23
Black with #D67E23
Text Example
Text Example
White with #D67E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67E23; }
p { color: rgb(214,126,35); }
H1.HeaderClassName
{
color: #D67E23;
}
.AnyTagClassName
{
color: #D67E23;
}
</style>
background-color css
<style>
a { background-color: #D67E23; }
a { background-color: rgb(214,126,35); }
div.DivClassName
{
background-color: #D67E23;
}
.BgClassName
{
background-color: #D67E23;
}
</style>
border-color css
<style>
span { border-color: #D67E23; }
span { border-color: rgb(214,126,35); }
td.TdClassName
{
border-color: #D67E23;
}
.TagClassName
{
border-color: #D67E23;
}
</style>