Shades of Ochre #D6790F
Tints of Ochre #D6790F
RGB
CMYK
RGB Variations
Color information
#D6790F (or 0xD6790F) is known color: Ochre. HEX triplet: D6, 79 and 0F. RGB value is (214,121,15). Sum of RGB (Red+Green+Blue) = 214+121+15=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D6790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6790F is #2986F0. Grayscale: #898989. Windows color (decimal): -2721521 or 1014230. OLE color: 1014230.
HSL color Cylindrical-coordinate representation of color #D6790F: hue angle of 31.96º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6790F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.16 |
| HSL | 31.96º | 0.87% | 0.45% | - |
| HSV(B) | 31.96º | 0.93% | 0.84% | - |
| XYZ | 34.66 | 28.01 | 4.03 | - |
| YUV | 136.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 15 | 0 | 0.43 | 0.93 | 0.16 | 31.96 | 0.87 | 0.45 |
| Hex | D6 | 79 | F | 0 | 2B | 5D | 10 | 20 | 57 | 2D |
| Octal | 326 | 171 | 17 | 0 | 53 | 135 | 20 | 40 | 127 | 55 |
| Binary | 11010110 | 1111001 | 1111 | 0 | 101011 | 1011101 | 10000 | 100000 | 1010111 | 101101 |
Color Harmonies of #D6790F
Complementary color
Monochromatic Colors of #D6790F
Black with #D6790F
Text Example
Text Example
White with #D6790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6790F; }
p { color: rgb(214,121,15); }
H1.HeaderClassName
{
color: #D6790F;
}
.AnyTagClassName
{
color: #D6790F;
}
</style>
background-color css
<style>
a { background-color: #D6790F; }
a { background-color: rgb(214,121,15); }
div.DivClassName
{
background-color: #D6790F;
}
.BgClassName
{
background-color: #D6790F;
}
</style>
border-color css
<style>
span { border-color: #D6790F; }
span { border-color: rgb(214,121,15); }
td.TdClassName
{
border-color: #D6790F;
}
.TagClassName
{
border-color: #D6790F;
}
</style>