Shades of Ochre #D0781A
Tints of Ochre #D0781A
RGB
CMYK
RGB Variations
Color information
#D0781A (or 0xD0781A) is known color: Ochre. HEX triplet: D0, 78 and 1A. RGB value is (208,120,26). Sum of RGB (Red+Green+Blue) = 208+120+26=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0781A is #2F87E5. Grayscale: #888888. Windows color (decimal): -3114982 or 1734864. OLE color: 1734864.
HSL color Cylindrical-coordinate representation of color #D0781A: hue angle of 30.99º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0781A is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 26 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.18 |
| HSL | 30.99º | 0.78% | 0.46% | - |
| HSV(B) | 30.99º | 0.88% | 0.82% | - |
| XYZ | 32.92 | 26.92 | 4.44 | - |
| YUV | 135.6 | 66.15 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 26 | 0 | 0.42 | 0.88 | 0.18 | 30.99 | 0.78 | 0.46 |
| Hex | D0 | 78 | 1A | 0 | 2A | 58 | 12 | 1F | 4E | 2E |
| Octal | 320 | 170 | 32 | 0 | 52 | 130 | 22 | 37 | 116 | 56 |
| Binary | 11010000 | 1111000 | 11010 | 0 | 101010 | 1011000 | 10010 | 11111 | 1001110 | 101110 |
Color Harmonies of #D0781A
Complementary color
Monochromatic Colors of #D0781A
Black with #D0781A
Text Example
Text Example
White with #D0781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0781A; }
p { color: rgb(208,120,26); }
H1.HeaderClassName
{
color: #D0781A;
}
.AnyTagClassName
{
color: #D0781A;
}
</style>
background-color css
<style>
a { background-color: #D0781A; }
a { background-color: rgb(208,120,26); }
div.DivClassName
{
background-color: #D0781A;
}
.BgClassName
{
background-color: #D0781A;
}
</style>
border-color css
<style>
span { border-color: #D0781A; }
span { border-color: rgb(208,120,26); }
td.TdClassName
{
border-color: #D0781A;
}
.TagClassName
{
border-color: #D0781A;
}
</style>