Shades of Ochre #D6820D
Tints of Ochre #D6820D
RGB
CMYK
RGB Variations
Color information
#D6820D (or 0xD6820D) is known color: Ochre. HEX triplet: D6, 82 and 0D. RGB value is (214,130,13). Sum of RGB (Red+Green+Blue) = 214+130+13=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6820D is #297DF2. Grayscale: #8E8E8E. Windows color (decimal): -2719219 or 885462. OLE color: 885462.
HSL color Cylindrical-coordinate representation of color #D6820D: hue angle of 34.93º 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 #D6820D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.16 |
| HSL | 34.93º | 0.89% | 0.45% | - |
| HSV(B) | 34.93º | 0.94% | 0.84% | - |
| XYZ | 35.79 | 30.29 | 4.34 | - |
| YUV | 141.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 13 | 0 | 0.39 | 0.94 | 0.16 | 34.93 | 0.89 | 0.45 |
| Hex | D6 | 82 | D | 0 | 27 | 5E | 10 | 23 | 59 | 2D |
| Octal | 326 | 202 | 15 | 0 | 47 | 136 | 20 | 43 | 131 | 55 |
| Binary | 11010110 | 10000010 | 1101 | 0 | 100111 | 1011110 | 10000 | 100011 | 1011001 | 101101 |
Color Harmonies of #D6820D
Complementary color
Monochromatic Colors of #D6820D
Black with #D6820D
Text Example
Text Example
White with #D6820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6820D; }
p { color: rgb(214,130,13); }
H1.HeaderClassName
{
color: #D6820D;
}
.AnyTagClassName
{
color: #D6820D;
}
</style>
background-color css
<style>
a { background-color: #D6820D; }
a { background-color: rgb(214,130,13); }
div.DivClassName
{
background-color: #D6820D;
}
.BgClassName
{
background-color: #D6820D;
}
</style>
border-color css
<style>
span { border-color: #D6820D; }
span { border-color: rgb(214,130,13); }
td.TdClassName
{
border-color: #D6820D;
}
.TagClassName
{
border-color: #D6820D;
}
</style>