Shades of Ochre #CD770C
Tints of Ochre #CD770C
RGB
CMYK
RGB Variations
Color information
#CD770C (or 0xCD770C) is known color: Ochre. HEX triplet: CD, 77 and 0C. RGB value is (205,119,12). Sum of RGB (Red+Green+Blue) = 205+119+12=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD770C is #3288F3. Grayscale: #858585. Windows color (decimal): -3311860 or 817101. OLE color: 817101.
HSL color Cylindrical-coordinate representation of color #CD770C: hue angle of 33.26º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD770C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.20 |
| HSL | 33.26º | 0.89% | 0.43% | - |
| HSV(B) | 33.26º | 0.94% | 0.8% | - |
| XYZ | 31.84 | 26.2 | 3.73 | - |
| YUV | 132.52 | 59.99 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 12 | 0 | 0.42 | 0.94 | 0.20 | 33.26 | 0.89 | 0.43 |
| Hex | CD | 77 | C | 0 | 2A | 5E | 14 | 21 | 59 | 2B |
| Octal | 315 | 167 | 14 | 0 | 52 | 136 | 24 | 41 | 131 | 53 |
| Binary | 11001101 | 1110111 | 1100 | 0 | 101010 | 1011110 | 10100 | 100001 | 1011001 | 101011 |
Color Harmonies of #CD770C
Complementary color
Monochromatic Colors of #CD770C
Black with #CD770C
Text Example
Text Example
White with #CD770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD770C; }
p { color: rgb(205,119,12); }
H1.HeaderClassName
{
color: #CD770C;
}
.AnyTagClassName
{
color: #CD770C;
}
</style>
background-color css
<style>
a { background-color: #CD770C; }
a { background-color: rgb(205,119,12); }
div.DivClassName
{
background-color: #CD770C;
}
.BgClassName
{
background-color: #CD770C;
}
</style>
border-color css
<style>
span { border-color: #CD770C; }
span { border-color: rgb(205,119,12); }
td.TdClassName
{
border-color: #CD770C;
}
.TagClassName
{
border-color: #CD770C;
}
</style>