Shades of Ochre #D1781B
Tints of Ochre #D1781B
RGB
CMYK
RGB Variations
Color information
#D1781B (or 0xD1781B) is known color: Ochre. HEX triplet: D1, 78 and 1B. RGB value is (209,120,27). Sum of RGB (Red+Green+Blue) = 209+120+27=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1781B is #2E87E4. Grayscale: #888888. Windows color (decimal): -3049445 or 1800401. OLE color: 1800401.
HSL color Cylindrical-coordinate representation of color #D1781B: hue angle of 30.66º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1781B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 27 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.18 |
| HSL | 30.66º | 0.77% | 0.46% | - |
| HSV(B) | 30.66º | 0.87% | 0.82% | - |
| XYZ | 33.21 | 27.07 | 4.51 | - |
| YUV | 136.01 | 66.49 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 27 | 0 | 0.43 | 0.87 | 0.18 | 30.66 | 0.77 | 0.46 |
| Hex | D1 | 78 | 1B | 0 | 2B | 57 | 12 | 1F | 4D | 2E |
| Octal | 321 | 170 | 33 | 0 | 53 | 127 | 22 | 37 | 115 | 56 |
| Binary | 11010001 | 1111000 | 11011 | 0 | 101011 | 1010111 | 10010 | 11111 | 1001101 | 101110 |
Color Harmonies of #D1781B
Complementary color
Monochromatic Colors of #D1781B
Black with #D1781B
Text Example
Text Example
White with #D1781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1781B; }
p { color: rgb(209,120,27); }
H1.HeaderClassName
{
color: #D1781B;
}
.AnyTagClassName
{
color: #D1781B;
}
</style>
background-color css
<style>
a { background-color: #D1781B; }
a { background-color: rgb(209,120,27); }
div.DivClassName
{
background-color: #D1781B;
}
.BgClassName
{
background-color: #D1781B;
}
</style>
border-color css
<style>
span { border-color: #D1781B; }
span { border-color: rgb(209,120,27); }
td.TdClassName
{
border-color: #D1781B;
}
.TagClassName
{
border-color: #D1781B;
}
</style>