Shades of Ochre #D6841C
Tints of Ochre #D6841C
RGB
CMYK
RGB Variations
Color information
#D6841C (or 0xD6841C) is known color: Ochre. HEX triplet: D6, 84 and 1C. RGB value is (214,132,28). Sum of RGB (Red+Green+Blue) = 214+132+28=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6841C is #297BE3. Grayscale: #919191. Windows color (decimal): -2718692 or 1869014. OLE color: 1869014.
HSL color Cylindrical-coordinate representation of color #D6841C: hue angle of 33.55º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6841C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 28 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.16 |
| HSL | 33.55º | 0.77% | 0.47% | - |
| HSV(B) | 33.55º | 0.87% | 0.84% | - |
| XYZ | 36.19 | 30.88 | 5.15 | - |
| YUV | 144.66 | 62.17 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 28 | 0 | 0.38 | 0.87 | 0.16 | 33.55 | 0.77 | 0.47 |
| Hex | D6 | 84 | 1C | 0 | 26 | 57 | 10 | 22 | 4D | 2F |
| Octal | 326 | 204 | 34 | 0 | 46 | 127 | 20 | 42 | 115 | 57 |
| Binary | 11010110 | 10000100 | 11100 | 0 | 100110 | 1010111 | 10000 | 100010 | 1001101 | 101111 |
Color Harmonies of #D6841C
Complementary color
Monochromatic Colors of #D6841C
Black with #D6841C
Text Example
Text Example
White with #D6841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6841C; }
p { color: rgb(214,132,28); }
H1.HeaderClassName
{
color: #D6841C;
}
.AnyTagClassName
{
color: #D6841C;
}
</style>
background-color css
<style>
a { background-color: #D6841C; }
a { background-color: rgb(214,132,28); }
div.DivClassName
{
background-color: #D6841C;
}
.BgClassName
{
background-color: #D6841C;
}
</style>
border-color css
<style>
span { border-color: #D6841C; }
span { border-color: rgb(214,132,28); }
td.TdClassName
{
border-color: #D6841C;
}
.TagClassName
{
border-color: #D6841C;
}
</style>