Shades of Ochre #D68421
Tints of Ochre #D68421
RGB
CMYK
RGB Variations
Color information
#D68421 (or 0xD68421) is known color: Ochre. HEX triplet: D6, 84 and 21. RGB value is (214,132,33). Sum of RGB (Red+Green+Blue) = 214+132+33=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D68421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68421 is #297BDE. Grayscale: #919191. Windows color (decimal): -2718687 or 2196694. OLE color: 2196694.
HSL color Cylindrical-coordinate representation of color #D68421: hue angle of 32.82º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D68421 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 33 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.16 |
| HSL | 32.82º | 0.73% | 0.48% | - |
| HSV(B) | 32.82º | 0.85% | 0.84% | - |
| XYZ | 36.26 | 30.91 | 5.49 | - |
| YUV | 145.23 | 64.67 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 33 | 0 | 0.38 | 0.85 | 0.16 | 32.82 | 0.73 | 0.48 |
| Hex | D6 | 84 | 21 | 0 | 26 | 55 | 10 | 21 | 49 | 30 |
| Octal | 326 | 204 | 41 | 0 | 46 | 125 | 20 | 41 | 111 | 60 |
| Binary | 11010110 | 10000100 | 100001 | 0 | 100110 | 1010101 | 10000 | 100001 | 1001001 | 110000 |
Color Harmonies of #D68421
Complementary color
Monochromatic Colors of #D68421
Black with #D68421
Text Example
Text Example
White with #D68421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68421; }
p { color: rgb(214,132,33); }
H1.HeaderClassName
{
color: #D68421;
}
.AnyTagClassName
{
color: #D68421;
}
</style>
background-color css
<style>
a { background-color: #D68421; }
a { background-color: rgb(214,132,33); }
div.DivClassName
{
background-color: #D68421;
}
.BgClassName
{
background-color: #D68421;
}
</style>
border-color css
<style>
span { border-color: #D68421; }
span { border-color: rgb(214,132,33); }
td.TdClassName
{
border-color: #D68421;
}
.TagClassName
{
border-color: #D68421;
}
</style>