Shades of Ochre #D5831E
Tints of Ochre #D5831E
RGB
CMYK
RGB Variations
Color information
#D5831E (or 0xD5831E) is known color: Ochre. HEX triplet: D5, 83 and 1E. RGB value is (213,131,30). Sum of RGB (Red+Green+Blue) = 213+131+30=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5831E is #2A7CE1. Grayscale: #909090. Windows color (decimal): -2784482 or 1999829. OLE color: 1999829.
HSL color Cylindrical-coordinate representation of color #D5831E: hue angle of 33.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5831E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 30 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.16 |
| HSL | 33.11º | 0.75% | 0.48% | - |
| HSV(B) | 33.11º | 0.86% | 0.84% | - |
| XYZ | 35.79 | 30.47 | 5.22 | - |
| YUV | 144 | 63.67 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 30 | 0 | 0.38 | 0.86 | 0.16 | 33.11 | 0.75 | 0.48 |
| Hex | D5 | 83 | 1E | 0 | 26 | 56 | 10 | 21 | 4B | 30 |
| Octal | 325 | 203 | 36 | 0 | 46 | 126 | 20 | 41 | 113 | 60 |
| Binary | 11010101 | 10000011 | 11110 | 0 | 100110 | 1010110 | 10000 | 100001 | 1001011 | 110000 |
Color Harmonies of #D5831E
Complementary color
Monochromatic Colors of #D5831E
Black with #D5831E
Text Example
Text Example
White with #D5831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5831E; }
p { color: rgb(213,131,30); }
H1.HeaderClassName
{
color: #D5831E;
}
.AnyTagClassName
{
color: #D5831E;
}
</style>
background-color css
<style>
a { background-color: #D5831E; }
a { background-color: rgb(213,131,30); }
div.DivClassName
{
background-color: #D5831E;
}
.BgClassName
{
background-color: #D5831E;
}
</style>
border-color css
<style>
span { border-color: #D5831E; }
span { border-color: rgb(213,131,30); }
td.TdClassName
{
border-color: #D5831E;
}
.TagClassName
{
border-color: #D5831E;
}
</style>