Shades of Ochre #D6811E
Tints of Ochre #D6811E
RGB
CMYK
RGB Variations
Color information
#D6811E (or 0xD6811E) is known color: Ochre. HEX triplet: D6, 81 and 1E. RGB value is (214,129,30). Sum of RGB (Red+Green+Blue) = 214+129+30=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6811E is #297EE1. Grayscale: #8F8F8F. Windows color (decimal): -2719458 or 1999318. OLE color: 1999318.
HSL color Cylindrical-coordinate representation of color #D6811E: hue angle of 32.28º 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 #D6811E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 30 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.16 |
| HSL | 32.28º | 0.75% | 0.48% | - |
| HSV(B) | 32.28º | 0.86% | 0.84% | - |
| XYZ | 35.82 | 30.09 | 5.15 | - |
| YUV | 143.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 30 | 0 | 0.40 | 0.86 | 0.16 | 32.28 | 0.75 | 0.48 |
| Hex | D6 | 81 | 1E | 0 | 28 | 56 | 10 | 20 | 4B | 30 |
| Octal | 326 | 201 | 36 | 0 | 50 | 126 | 20 | 40 | 113 | 60 |
| Binary | 11010110 | 10000001 | 11110 | 0 | 101000 | 1010110 | 10000 | 100000 | 1001011 | 110000 |
Color Harmonies of #D6811E
Complementary color
Monochromatic Colors of #D6811E
Black with #D6811E
Text Example
Text Example
White with #D6811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6811E; }
p { color: rgb(214,129,30); }
H1.HeaderClassName
{
color: #D6811E;
}
.AnyTagClassName
{
color: #D6811E;
}
</style>
background-color css
<style>
a { background-color: #D6811E; }
a { background-color: rgb(214,129,30); }
div.DivClassName
{
background-color: #D6811E;
}
.BgClassName
{
background-color: #D6811E;
}
</style>
border-color css
<style>
span { border-color: #D6811E; }
span { border-color: rgb(214,129,30); }
td.TdClassName
{
border-color: #D6811E;
}
.TagClassName
{
border-color: #D6811E;
}
</style>