Shades of Ochre #D5841C
Tints of Ochre #D5841C
RGB
CMYK
RGB Variations
Color information
#D5841C (or 0xD5841C) is known color: Ochre. HEX triplet: D5, 84 and 1C. RGB value is (213,132,28). Sum of RGB (Red+Green+Blue) = 213+132+28=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5841C is #2A7BE3. Grayscale: #909090. Windows color (decimal): -2784228 or 1869013. OLE color: 1869013.
HSL color Cylindrical-coordinate representation of color #D5841C: hue angle of 33.73º 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 #D5841C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 28 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.16 |
| HSL | 33.73º | 0.77% | 0.47% | - |
| HSV(B) | 33.73º | 0.87% | 0.84% | - |
| XYZ | 35.9 | 30.73 | 5.14 | - |
| YUV | 144.36 | 62.34 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 28 | 0 | 0.38 | 0.87 | 0.16 | 33.73 | 0.77 | 0.47 |
| Hex | D5 | 84 | 1C | 0 | 26 | 57 | 10 | 22 | 4D | 2F |
| Octal | 325 | 204 | 34 | 0 | 46 | 127 | 20 | 42 | 115 | 57 |
| Binary | 11010101 | 10000100 | 11100 | 0 | 100110 | 1010111 | 10000 | 100010 | 1001101 | 101111 |
Color Harmonies of #D5841C
Complementary color
Monochromatic Colors of #D5841C
Black with #D5841C
Text Example
Text Example
White with #D5841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5841C; }
p { color: rgb(213,132,28); }
H1.HeaderClassName
{
color: #D5841C;
}
.AnyTagClassName
{
color: #D5841C;
}
</style>
background-color css
<style>
a { background-color: #D5841C; }
a { background-color: rgb(213,132,28); }
div.DivClassName
{
background-color: #D5841C;
}
.BgClassName
{
background-color: #D5841C;
}
</style>
border-color css
<style>
span { border-color: #D5841C; }
span { border-color: rgb(213,132,28); }
td.TdClassName
{
border-color: #D5841C;
}
.TagClassName
{
border-color: #D5841C;
}
</style>