Shades of Ochre #D1770A
Tints of Ochre #D1770A
RGB
CMYK
RGB Variations
Color information
#D1770A (or 0xD1770A) is known color: Ochre. HEX triplet: D1, 77 and 0A. RGB value is (209,119,10). Sum of RGB (Red+Green+Blue) = 209+119+10=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1770A is #2E88F5. Grayscale: #868686. Windows color (decimal): -3049718 or 686033. OLE color: 686033.
HSL color Cylindrical-coordinate representation of color #D1770A: hue angle of 32.86º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1770A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.18 |
| HSL | 32.86º | 0.91% | 0.43% | - |
| HSV(B) | 32.86º | 0.95% | 0.82% | - |
| XYZ | 32.95 | 26.77 | 3.72 | - |
| YUV | 133.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 10 | 0 | 0.43 | 0.95 | 0.18 | 32.86 | 0.91 | 0.43 |
| Hex | D1 | 77 | A | 0 | 2B | 5F | 12 | 21 | 5B | 2B |
| Octal | 321 | 167 | 12 | 0 | 53 | 137 | 22 | 41 | 133 | 53 |
| Binary | 11010001 | 1110111 | 1010 | 0 | 101011 | 1011111 | 10010 | 100001 | 1011011 | 101011 |
Color Harmonies of #D1770A
Complementary color
Monochromatic Colors of #D1770A
Black with #D1770A
Text Example
Text Example
White with #D1770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1770A; }
p { color: rgb(209,119,10); }
H1.HeaderClassName
{
color: #D1770A;
}
.AnyTagClassName
{
color: #D1770A;
}
</style>
background-color css
<style>
a { background-color: #D1770A; }
a { background-color: rgb(209,119,10); }
div.DivClassName
{
background-color: #D1770A;
}
.BgClassName
{
background-color: #D1770A;
}
</style>
border-color css
<style>
span { border-color: #D1770A; }
span { border-color: rgb(209,119,10); }
td.TdClassName
{
border-color: #D1770A;
}
.TagClassName
{
border-color: #D1770A;
}
</style>