Shades of Ochre #D6801E
Tints of Ochre #D6801E
RGB
CMYK
RGB Variations
Color information
#D6801E (or 0xD6801E) is known color: Ochre. HEX triplet: D6, 80 and 1E. RGB value is (214,128,30). Sum of RGB (Red+Green+Blue) = 214+128+30=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6801E is #297FE1. Grayscale: #8F8F8F. Windows color (decimal): -2719714 or 1999062. OLE color: 1999062.
HSL color Cylindrical-coordinate representation of color #D6801E: hue angle of 31.96º 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 #D6801E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 30 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.16 |
| HSL | 31.96º | 0.75% | 0.48% | - |
| HSV(B) | 31.96º | 0.86% | 0.84% | - |
| XYZ | 35.69 | 29.83 | 5.1 | - |
| YUV | 142.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 30 | 0 | 0.40 | 0.86 | 0.16 | 31.96 | 0.75 | 0.48 |
| Hex | D6 | 80 | 1E | 0 | 28 | 56 | 10 | 20 | 4B | 30 |
| Octal | 326 | 200 | 36 | 0 | 50 | 126 | 20 | 40 | 113 | 60 |
| Binary | 11010110 | 10000000 | 11110 | 0 | 101000 | 1010110 | 10000 | 100000 | 1001011 | 110000 |
Color Harmonies of #D6801E
Complementary color
Monochromatic Colors of #D6801E
Black with #D6801E
Text Example
Text Example
White with #D6801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6801E; }
p { color: rgb(214,128,30); }
H1.HeaderClassName
{
color: #D6801E;
}
.AnyTagClassName
{
color: #D6801E;
}
</style>
background-color css
<style>
a { background-color: #D6801E; }
a { background-color: rgb(214,128,30); }
div.DivClassName
{
background-color: #D6801E;
}
.BgClassName
{
background-color: #D6801E;
}
</style>
border-color css
<style>
span { border-color: #D6801E; }
span { border-color: rgb(214,128,30); }
td.TdClassName
{
border-color: #D6801E;
}
.TagClassName
{
border-color: #D6801E;
}
</style>