Shades of Ochre #D6791B
Tints of Ochre #D6791B
RGB
CMYK
RGB Variations
Color information
#D6791B (or 0xD6791B) is known color: Ochre. HEX triplet: D6, 79 and 1B. RGB value is (214,121,27). Sum of RGB (Red+Green+Blue) = 214+121+27=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6791B is #2986E4. Grayscale: #8A8A8A. Windows color (decimal): -2721509 or 1800662. OLE color: 1800662.
HSL color Cylindrical-coordinate representation of color #D6791B: hue angle of 30.16º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6791B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 27 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.16 |
| HSL | 30.16º | 0.78% | 0.47% | - |
| HSV(B) | 30.16º | 0.87% | 0.84% | - |
| XYZ | 34.77 | 28.05 | 4.62 | - |
| YUV | 138.09 | 65.31 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 27 | 0 | 0.43 | 0.87 | 0.16 | 30.16 | 0.78 | 0.47 |
| Hex | D6 | 79 | 1B | 0 | 2B | 57 | 10 | 1E | 4E | 2F |
| Octal | 326 | 171 | 33 | 0 | 53 | 127 | 20 | 36 | 116 | 57 |
| Binary | 11010110 | 1111001 | 11011 | 0 | 101011 | 1010111 | 10000 | 11110 | 1001110 | 101111 |
Color Harmonies of #D6791B
Complementary color
Monochromatic Colors of #D6791B
Black with #D6791B
Text Example
Text Example
White with #D6791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6791B; }
p { color: rgb(214,121,27); }
H1.HeaderClassName
{
color: #D6791B;
}
.AnyTagClassName
{
color: #D6791B;
}
</style>
background-color css
<style>
a { background-color: #D6791B; }
a { background-color: rgb(214,121,27); }
div.DivClassName
{
background-color: #D6791B;
}
.BgClassName
{
background-color: #D6791B;
}
</style>
border-color css
<style>
span { border-color: #D6791B; }
span { border-color: rgb(214,121,27); }
td.TdClassName
{
border-color: #D6791B;
}
.TagClassName
{
border-color: #D6791B;
}
</style>