Shades of Ochre #C9770D
Tints of Ochre #C9770D
RGB
CMYK
RGB Variations
Color information
#C9770D (or 0xC9770D) is known color: Ochre. HEX triplet: C9, 77 and 0D. RGB value is (201,119,13). Sum of RGB (Red+Green+Blue) = 201+119+13=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9770D is #3688F2. Grayscale: #838383. Windows color (decimal): -3574003 or 882633. OLE color: 882633.
HSL color Cylindrical-coordinate representation of color #C9770D: hue angle of 33.83º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9770D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.21 |
| HSL | 33.83º | 0.88% | 0.42% | - |
| HSV(B) | 33.83º | 0.94% | 0.79% | - |
| XYZ | 30.76 | 25.64 | 3.71 | - |
| YUV | 131.43 | 61.17 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 13 | 0 | 0.41 | 0.94 | 0.21 | 33.83 | 0.88 | 0.42 |
| Hex | C9 | 77 | D | 0 | 29 | 5E | 15 | 22 | 58 | 2A |
| Octal | 311 | 167 | 15 | 0 | 51 | 136 | 25 | 42 | 130 | 52 |
| Binary | 11001001 | 1110111 | 1101 | 0 | 101001 | 1011110 | 10101 | 100010 | 1011000 | 101010 |
Color Harmonies of #C9770D
Complementary color
Monochromatic Colors of #C9770D
Black with #C9770D
Text Example
Text Example
White with #C9770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9770D; }
p { color: rgb(201,119,13); }
H1.HeaderClassName
{
color: #C9770D;
}
.AnyTagClassName
{
color: #C9770D;
}
</style>
background-color css
<style>
a { background-color: #C9770D; }
a { background-color: rgb(201,119,13); }
div.DivClassName
{
background-color: #C9770D;
}
.BgClassName
{
background-color: #C9770D;
}
</style>
border-color css
<style>
span { border-color: #C9770D; }
span { border-color: rgb(201,119,13); }
td.TdClassName
{
border-color: #C9770D;
}
.TagClassName
{
border-color: #C9770D;
}
</style>