Shades of Ochre #D6811B
Tints of Ochre #D6811B
RGB
CMYK
RGB Variations
Color information
#D6811B (or 0xD6811B) is known color: Ochre. HEX triplet: D6, 81 and 1B. RGB value is (214,129,27). Sum of RGB (Red+Green+Blue) = 214+129+27=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6811B is #297EE4. Grayscale: #8F8F8F. Windows color (decimal): -2719461 or 1802710. OLE color: 1802710.
HSL color Cylindrical-coordinate representation of color #D6811B: hue angle of 32.73º degrees, saturation: 0.78, 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 #D6811B is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 27 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.16 |
| HSL | 32.73º | 0.78% | 0.47% | - |
| HSV(B) | 32.73º | 0.87% | 0.84% | - |
| XYZ | 35.78 | 30.08 | 4.96 | - |
| YUV | 142.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 27 | 0 | 0.40 | 0.87 | 0.16 | 32.73 | 0.78 | 0.47 |
| Hex | D6 | 81 | 1B | 0 | 28 | 57 | 10 | 21 | 4E | 2F |
| Octal | 326 | 201 | 33 | 0 | 50 | 127 | 20 | 41 | 116 | 57 |
| Binary | 11010110 | 10000001 | 11011 | 0 | 101000 | 1010111 | 10000 | 100001 | 1001110 | 101111 |
Color Harmonies of #D6811B
Complementary color
Monochromatic Colors of #D6811B
Black with #D6811B
Text Example
Text Example
White with #D6811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6811B; }
p { color: rgb(214,129,27); }
H1.HeaderClassName
{
color: #D6811B;
}
.AnyTagClassName
{
color: #D6811B;
}
</style>
background-color css
<style>
a { background-color: #D6811B; }
a { background-color: rgb(214,129,27); }
div.DivClassName
{
background-color: #D6811B;
}
.BgClassName
{
background-color: #D6811B;
}
</style>
border-color css
<style>
span { border-color: #D6811B; }
span { border-color: rgb(214,129,27); }
td.TdClassName
{
border-color: #D6811B;
}
.TagClassName
{
border-color: #D6811B;
}
</style>