Shades of Ochre #D67C24
Tints of Ochre #D67C24
RGB
CMYK
RGB Variations
Color information
#D67C24 (or 0xD67C24) is known color: Ochre. HEX triplet: D6, 7C and 24. RGB value is (214,124,36). Sum of RGB (Red+Green+Blue) = 214+124+36=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67C24 is #2983DB. Grayscale: #8D8D8D. Windows color (decimal): -2720732 or 2391254. OLE color: 2391254.
HSL color Cylindrical-coordinate representation of color #D67C24: hue angle of 29.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D67C24 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 36 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.16 |
| HSL | 29.66º | 0.71% | 0.49% | - |
| HSV(B) | 29.66º | 0.83% | 0.84% | - |
| XYZ | 35.26 | 28.84 | 5.38 | - |
| YUV | 140.88 | 68.82 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 36 | 0 | 0.42 | 0.83 | 0.16 | 29.66 | 0.71 | 0.49 |
| Hex | D6 | 7C | 24 | 0 | 2A | 53 | 10 | 1E | 47 | 31 |
| Octal | 326 | 174 | 44 | 0 | 52 | 123 | 20 | 36 | 107 | 61 |
| Binary | 11010110 | 1111100 | 100100 | 0 | 101010 | 1010011 | 10000 | 11110 | 1000111 | 110001 |
Color Harmonies of #D67C24
Complementary color
Monochromatic Colors of #D67C24
Black with #D67C24
Text Example
Text Example
White with #D67C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C24; }
p { color: rgb(214,124,36); }
H1.HeaderClassName
{
color: #D67C24;
}
.AnyTagClassName
{
color: #D67C24;
}
</style>
background-color css
<style>
a { background-color: #D67C24; }
a { background-color: rgb(214,124,36); }
div.DivClassName
{
background-color: #D67C24;
}
.BgClassName
{
background-color: #D67C24;
}
</style>
border-color css
<style>
span { border-color: #D67C24; }
span { border-color: rgb(214,124,36); }
td.TdClassName
{
border-color: #D67C24;
}
.TagClassName
{
border-color: #D67C24;
}
</style>