Shades of Ochre #D6821F
Tints of Ochre #D6821F
RGB
CMYK
RGB Variations
Color information
#D6821F (or 0xD6821F) is known color: Ochre. HEX triplet: D6, 82 and 1F. RGB value is (214,130,31). Sum of RGB (Red+Green+Blue) = 214+130+31=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6821F is #297DE0. Grayscale: #909090. Windows color (decimal): -2719201 or 2065110. OLE color: 2065110.
HSL color Cylindrical-coordinate representation of color #D6821F: hue angle of 32.46º 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 #D6821F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 31 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.16 |
| HSL | 32.46º | 0.75% | 0.48% | - |
| HSV(B) | 32.46º | 0.86% | 0.84% | - |
| XYZ | 35.96 | 30.36 | 5.26 | - |
| YUV | 143.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 31 | 0 | 0.39 | 0.86 | 0.16 | 32.46 | 0.75 | 0.48 |
| Hex | D6 | 82 | 1F | 0 | 27 | 56 | 10 | 20 | 4B | 30 |
| Octal | 326 | 202 | 37 | 0 | 47 | 126 | 20 | 40 | 113 | 60 |
| Binary | 11010110 | 10000010 | 11111 | 0 | 100111 | 1010110 | 10000 | 100000 | 1001011 | 110000 |
Color Harmonies of #D6821F
Complementary color
Monochromatic Colors of #D6821F
Black with #D6821F
Text Example
Text Example
White with #D6821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6821F; }
p { color: rgb(214,130,31); }
H1.HeaderClassName
{
color: #D6821F;
}
.AnyTagClassName
{
color: #D6821F;
}
</style>
background-color css
<style>
a { background-color: #D6821F; }
a { background-color: rgb(214,130,31); }
div.DivClassName
{
background-color: #D6821F;
}
.BgClassName
{
background-color: #D6821F;
}
</style>
border-color css
<style>
span { border-color: #D6821F; }
span { border-color: rgb(214,130,31); }
td.TdClassName
{
border-color: #D6821F;
}
.TagClassName
{
border-color: #D6821F;
}
</style>