Shades of Ochre #D5831A
Tints of Ochre #D5831A
RGB
CMYK
RGB Variations
Color information
#D5831A (or 0xD5831A) is known color: Ochre. HEX triplet: D5, 83 and 1A. RGB value is (213,131,26). Sum of RGB (Red+Green+Blue) = 213+131+26=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5831A is #2A7CE5. Grayscale: #909090. Windows color (decimal): -2784486 or 1737685. OLE color: 1737685.
HSL color Cylindrical-coordinate representation of color #D5831A: hue angle of 33.69º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5831A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 26 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.16 |
| HSL | 33.69º | 0.78% | 0.47% | - |
| HSV(B) | 33.69º | 0.88% | 0.84% | - |
| XYZ | 35.74 | 30.45 | 4.97 | - |
| YUV | 143.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 26 | 0 | 0.38 | 0.88 | 0.16 | 33.69 | 0.78 | 0.47 |
| Hex | D5 | 83 | 1A | 0 | 26 | 58 | 10 | 22 | 4E | 2F |
| Octal | 325 | 203 | 32 | 0 | 46 | 130 | 20 | 42 | 116 | 57 |
| Binary | 11010101 | 10000011 | 11010 | 0 | 100110 | 1011000 | 10000 | 100010 | 1001110 | 101111 |
Color Harmonies of #D5831A
Complementary color
Monochromatic Colors of #D5831A
Black with #D5831A
Text Example
Text Example
White with #D5831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5831A; }
p { color: rgb(213,131,26); }
H1.HeaderClassName
{
color: #D5831A;
}
.AnyTagClassName
{
color: #D5831A;
}
</style>
background-color css
<style>
a { background-color: #D5831A; }
a { background-color: rgb(213,131,26); }
div.DivClassName
{
background-color: #D5831A;
}
.BgClassName
{
background-color: #D5831A;
}
</style>
border-color css
<style>
span { border-color: #D5831A; }
span { border-color: rgb(213,131,26); }
td.TdClassName
{
border-color: #D5831A;
}
.TagClassName
{
border-color: #D5831A;
}
</style>