Shades of Ochre #D67924
Tints of Ochre #D67924
RGB
CMYK
RGB Variations
Color information
#D67924 (or 0xD67924) is known color: Ochre. HEX triplet: D6, 79 and 24. RGB value is (214,121,36). Sum of RGB (Red+Green+Blue) = 214+121+36=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D67924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67924 is #2986DB. Grayscale: #8B8B8B. Windows color (decimal): -2721500 or 2390486. OLE color: 2390486.
HSL color Cylindrical-coordinate representation of color #D67924: hue angle of 28.65º 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 #D67924 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 36 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.16 |
| HSL | 28.65º | 0.71% | 0.49% | - |
| HSV(B) | 28.65º | 0.83% | 0.84% | - |
| XYZ | 34.89 | 28.1 | 5.25 | - |
| YUV | 139.12 | 69.81 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 36 | 0 | 0.43 | 0.83 | 0.16 | 28.65 | 0.71 | 0.49 |
| Hex | D6 | 79 | 24 | 0 | 2B | 53 | 10 | 1D | 47 | 31 |
| Octal | 326 | 171 | 44 | 0 | 53 | 123 | 20 | 35 | 107 | 61 |
| Binary | 11010110 | 1111001 | 100100 | 0 | 101011 | 1010011 | 10000 | 11101 | 1000111 | 110001 |
Color Harmonies of #D67924
Complementary color
Monochromatic Colors of #D67924
Black with #D67924
Text Example
Text Example
White with #D67924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67924; }
p { color: rgb(214,121,36); }
H1.HeaderClassName
{
color: #D67924;
}
.AnyTagClassName
{
color: #D67924;
}
</style>
background-color css
<style>
a { background-color: #D67924; }
a { background-color: rgb(214,121,36); }
div.DivClassName
{
background-color: #D67924;
}
.BgClassName
{
background-color: #D67924;
}
</style>
border-color css
<style>
span { border-color: #D67924; }
span { border-color: rgb(214,121,36); }
td.TdClassName
{
border-color: #D67924;
}
.TagClassName
{
border-color: #D67924;
}
</style>