Shades of Ochre #D5811D
Tints of Ochre #D5811D
RGB
CMYK
RGB Variations
Color information
#D5811D (or 0xD5811D) is known color: Ochre. HEX triplet: D5, 81 and 1D. RGB value is (213,129,29). Sum of RGB (Red+Green+Blue) = 213+129+29=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5811D is #2A7EE2. Grayscale: #8F8F8F. Windows color (decimal): -2784995 or 1933781. OLE color: 1933781.
HSL color Cylindrical-coordinate representation of color #D5811D: hue angle of 32.61º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5811D is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 29 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.16 |
| HSL | 32.61º | 0.76% | 0.47% | - |
| HSV(B) | 32.61º | 0.86% | 0.84% | - |
| XYZ | 35.51 | 29.94 | 5.07 | - |
| YUV | 142.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 29 | 0 | 0.39 | 0.86 | 0.16 | 32.61 | 0.76 | 0.47 |
| Hex | D5 | 81 | 1D | 0 | 27 | 56 | 10 | 21 | 4C | 2F |
| Octal | 325 | 201 | 35 | 0 | 47 | 126 | 20 | 41 | 114 | 57 |
| Binary | 11010101 | 10000001 | 11101 | 0 | 100111 | 1010110 | 10000 | 100001 | 1001100 | 101111 |
Color Harmonies of #D5811D
Complementary color
Monochromatic Colors of #D5811D
Black with #D5811D
Text Example
Text Example
White with #D5811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5811D; }
p { color: rgb(213,129,29); }
H1.HeaderClassName
{
color: #D5811D;
}
.AnyTagClassName
{
color: #D5811D;
}
</style>
background-color css
<style>
a { background-color: #D5811D; }
a { background-color: rgb(213,129,29); }
div.DivClassName
{
background-color: #D5811D;
}
.BgClassName
{
background-color: #D5811D;
}
</style>
border-color css
<style>
span { border-color: #D5811D; }
span { border-color: rgb(213,129,29); }
td.TdClassName
{
border-color: #D5811D;
}
.TagClassName
{
border-color: #D5811D;
}
</style>