Shades of Ochre #D0780F
Tints of Ochre #D0780F
RGB
CMYK
RGB Variations
Color information
#D0780F (or 0xD0780F) is known color: Ochre. HEX triplet: D0, 78 and 0F. RGB value is (208,120,15). Sum of RGB (Red+Green+Blue) = 208+120+15=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D0780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0780F is #2F87F0. Grayscale: #868686. Windows color (decimal): -3114993 or 1013968. OLE color: 1013968.
HSL color Cylindrical-coordinate representation of color #D0780F: hue angle of 32.64º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0780F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 15 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.18 |
| HSL | 32.64º | 0.87% | 0.44% | - |
| HSV(B) | 32.64º | 0.93% | 0.82% | - |
| XYZ | 32.82 | 26.88 | 3.91 | - |
| YUV | 134.34 | 60.65 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 15 | 0 | 0.42 | 0.93 | 0.18 | 32.64 | 0.87 | 0.44 |
| Hex | D0 | 78 | F | 0 | 2A | 5D | 12 | 21 | 57 | 2C |
| Octal | 320 | 170 | 17 | 0 | 52 | 135 | 22 | 41 | 127 | 54 |
| Binary | 11010000 | 1111000 | 1111 | 0 | 101010 | 1011101 | 10010 | 100001 | 1010111 | 101100 |
Color Harmonies of #D0780F
Complementary color
Monochromatic Colors of #D0780F
Black with #D0780F
Text Example
Text Example
White with #D0780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0780F; }
p { color: rgb(208,120,15); }
H1.HeaderClassName
{
color: #D0780F;
}
.AnyTagClassName
{
color: #D0780F;
}
</style>
background-color css
<style>
a { background-color: #D0780F; }
a { background-color: rgb(208,120,15); }
div.DivClassName
{
background-color: #D0780F;
}
.BgClassName
{
background-color: #D0780F;
}
</style>
border-color css
<style>
span { border-color: #D0780F; }
span { border-color: rgb(208,120,15); }
td.TdClassName
{
border-color: #D0780F;
}
.TagClassName
{
border-color: #D0780F;
}
</style>