Shades of Ochre #D6800D
Tints of Ochre #D6800D
RGB
CMYK
RGB Variations
Color information
#D6800D (or 0xD6800D) is known color: Ochre. HEX triplet: D6, 80 and 0D. RGB value is (214,128,13). Sum of RGB (Red+Green+Blue) = 214+128+13=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6800D is #297FF2. Grayscale: #8D8D8D. Windows color (decimal): -2719731 or 884950. OLE color: 884950.
HSL color Cylindrical-coordinate representation of color #D6800D: hue angle of 34.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6800D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.16 |
| HSL | 34.33º | 0.89% | 0.45% | - |
| HSV(B) | 34.33º | 0.94% | 0.84% | - |
| XYZ | 35.52 | 29.76 | 4.25 | - |
| YUV | 140.6 | 55.99 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 13 | 0 | 0.40 | 0.94 | 0.16 | 34.33 | 0.89 | 0.45 |
| Hex | D6 | 80 | D | 0 | 28 | 5E | 10 | 22 | 59 | 2D |
| Octal | 326 | 200 | 15 | 0 | 50 | 136 | 20 | 42 | 131 | 55 |
| Binary | 11010110 | 10000000 | 1101 | 0 | 101000 | 1011110 | 10000 | 100010 | 1011001 | 101101 |
Color Harmonies of #D6800D
Complementary color
Monochromatic Colors of #D6800D
Black with #D6800D
Text Example
Text Example
White with #D6800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6800D; }
p { color: rgb(214,128,13); }
H1.HeaderClassName
{
color: #D6800D;
}
.AnyTagClassName
{
color: #D6800D;
}
</style>
background-color css
<style>
a { background-color: #D6800D; }
a { background-color: rgb(214,128,13); }
div.DivClassName
{
background-color: #D6800D;
}
.BgClassName
{
background-color: #D6800D;
}
</style>
border-color css
<style>
span { border-color: #D6800D; }
span { border-color: rgb(214,128,13); }
td.TdClassName
{
border-color: #D6800D;
}
.TagClassName
{
border-color: #D6800D;
}
</style>