Shades of Ochre #D0771E
Tints of Ochre #D0771E
RGB
CMYK
RGB Variations
Color information
#D0771E (or 0xD0771E) is known color: Ochre. HEX triplet: D0, 77 and 1E. RGB value is (208,119,30). Sum of RGB (Red+Green+Blue) = 208+119+30=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0771E is #2F88E1. Grayscale: #878787. Windows color (decimal): -3115234 or 1996752. OLE color: 1996752.
HSL color Cylindrical-coordinate representation of color #D0771E: hue angle of 30º 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 #D0771E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 30 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.18 |
| HSL | 30º | 0.75% | 0.47% | - |
| HSV(B) | 30º | 0.86% | 0.82% | - |
| XYZ | 32.84 | 26.7 | 4.65 | - |
| YUV | 135.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 30 | 0 | 0.43 | 0.86 | 0.18 | 30 | 0.75 | 0.47 |
| Hex | D0 | 77 | 1E | 0 | 2B | 56 | 12 | 1E | 4B | 2F |
| Octal | 320 | 167 | 36 | 0 | 53 | 126 | 22 | 36 | 113 | 57 |
| Binary | 11010000 | 1110111 | 11110 | 0 | 101011 | 1010110 | 10010 | 11110 | 1001011 | 101111 |
Color Harmonies of #D0771E
Complementary color
Monochromatic Colors of #D0771E
Black with #D0771E
Text Example
Text Example
White with #D0771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0771E; }
p { color: rgb(208,119,30); }
H1.HeaderClassName
{
color: #D0771E;
}
.AnyTagClassName
{
color: #D0771E;
}
</style>
background-color css
<style>
a { background-color: #D0771E; }
a { background-color: rgb(208,119,30); }
div.DivClassName
{
background-color: #D0771E;
}
.BgClassName
{
background-color: #D0771E;
}
</style>
border-color css
<style>
span { border-color: #D0771E; }
span { border-color: rgb(208,119,30); }
td.TdClassName
{
border-color: #D0771E;
}
.TagClassName
{
border-color: #D0771E;
}
</style>