Shades of Ochre #D0781E
Tints of Ochre #D0781E
RGB
CMYK
RGB Variations
Color information
#D0781E (or 0xD0781E) is known color: Ochre. HEX triplet: D0, 78 and 1E. RGB value is (208,120,30). Sum of RGB (Red+Green+Blue) = 208+120+30=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0781E is #2F87E1. Grayscale: #888888. Windows color (decimal): -3114978 or 1997008. OLE color: 1997008.
HSL color Cylindrical-coordinate representation of color #D0781E: hue angle of 30.34º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0781E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 30 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.18 |
| HSL | 30.34º | 0.75% | 0.47% | - |
| HSV(B) | 30.34º | 0.86% | 0.82% | - |
| XYZ | 32.96 | 26.94 | 4.69 | - |
| YUV | 136.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 30 | 0 | 0.42 | 0.86 | 0.18 | 30.34 | 0.75 | 0.47 |
| Hex | D0 | 78 | 1E | 0 | 2A | 56 | 12 | 1E | 4B | 2F |
| Octal | 320 | 170 | 36 | 0 | 52 | 126 | 22 | 36 | 113 | 57 |
| Binary | 11010000 | 1111000 | 11110 | 0 | 101010 | 1010110 | 10010 | 11110 | 1001011 | 101111 |
Color Harmonies of #D0781E
Complementary color
Monochromatic Colors of #D0781E
Black with #D0781E
Text Example
Text Example
White with #D0781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0781E; }
p { color: rgb(208,120,30); }
H1.HeaderClassName
{
color: #D0781E;
}
.AnyTagClassName
{
color: #D0781E;
}
</style>
background-color css
<style>
a { background-color: #D0781E; }
a { background-color: rgb(208,120,30); }
div.DivClassName
{
background-color: #D0781E;
}
.BgClassName
{
background-color: #D0781E;
}
</style>
border-color css
<style>
span { border-color: #D0781E; }
span { border-color: rgb(208,120,30); }
td.TdClassName
{
border-color: #D0781E;
}
.TagClassName
{
border-color: #D0781E;
}
</style>