Shades of Ochre #D1780C
Tints of Ochre #D1780C
RGB
CMYK
RGB Variations
Color information
#D1780C (or 0xD1780C) is known color: Ochre. HEX triplet: D1, 78 and 0C. RGB value is (209,120,12). Sum of RGB (Red+Green+Blue) = 209+120+12=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1780C is #2E87F3. Grayscale: #868686. Windows color (decimal): -3049460 or 817361. OLE color: 817361.
HSL color Cylindrical-coordinate representation of color #D1780C: hue angle of 32.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1780C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.18 |
| HSL | 32.89º | 0.89% | 0.43% | - |
| HSV(B) | 32.89º | 0.94% | 0.82% | - |
| XYZ | 33.08 | 27.01 | 3.82 | - |
| YUV | 134.3 | 58.99 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 12 | 0 | 0.43 | 0.94 | 0.18 | 32.89 | 0.89 | 0.43 |
| Hex | D1 | 78 | C | 0 | 2B | 5E | 12 | 21 | 59 | 2B |
| Octal | 321 | 170 | 14 | 0 | 53 | 136 | 22 | 41 | 131 | 53 |
| Binary | 11010001 | 1111000 | 1100 | 0 | 101011 | 1011110 | 10010 | 100001 | 1011001 | 101011 |
Color Harmonies of #D1780C
Complementary color
Monochromatic Colors of #D1780C
Black with #D1780C
Text Example
Text Example
White with #D1780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1780C; }
p { color: rgb(209,120,12); }
H1.HeaderClassName
{
color: #D1780C;
}
.AnyTagClassName
{
color: #D1780C;
}
</style>
background-color css
<style>
a { background-color: #D1780C; }
a { background-color: rgb(209,120,12); }
div.DivClassName
{
background-color: #D1780C;
}
.BgClassName
{
background-color: #D1780C;
}
</style>
border-color css
<style>
span { border-color: #D1780C; }
span { border-color: rgb(209,120,12); }
td.TdClassName
{
border-color: #D1780C;
}
.TagClassName
{
border-color: #D1780C;
}
</style>