Shades of Ochre #CD790C
Tints of Ochre #CD790C
RGB
CMYK
RGB Variations
Color information
#CD790C (or 0xCD790C) is known color: Ochre. HEX triplet: CD, 79 and 0C. RGB value is (205,121,12). Sum of RGB (Red+Green+Blue) = 205+121+12=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD790C is #3286F3. Grayscale: #868686. Windows color (decimal): -3311348 or 817613. OLE color: 817613.
HSL color Cylindrical-coordinate representation of color #CD790C: hue angle of 33.89º 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 #CD790C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 121 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.20 |
| HSL | 33.89º | 0.89% | 0.43% | - |
| HSV(B) | 33.89º | 0.94% | 0.8% | - |
| XYZ | 32.08 | 26.68 | 3.81 | - |
| YUV | 133.69 | 59.33 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 121 | 12 | 0 | 0.41 | 0.94 | 0.20 | 33.89 | 0.89 | 0.43 |
| Hex | CD | 79 | C | 0 | 29 | 5E | 14 | 22 | 59 | 2B |
| Octal | 315 | 171 | 14 | 0 | 51 | 136 | 24 | 42 | 131 | 53 |
| Binary | 11001101 | 1111001 | 1100 | 0 | 101001 | 1011110 | 10100 | 100010 | 1011001 | 101011 |
Color Harmonies of #CD790C
Complementary color
Monochromatic Colors of #CD790C
Black with #CD790C
Text Example
Text Example
White with #CD790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD790C; }
p { color: rgb(205,121,12); }
H1.HeaderClassName
{
color: #CD790C;
}
.AnyTagClassName
{
color: #CD790C;
}
</style>
background-color css
<style>
a { background-color: #CD790C; }
a { background-color: rgb(205,121,12); }
div.DivClassName
{
background-color: #CD790C;
}
.BgClassName
{
background-color: #CD790C;
}
</style>
border-color css
<style>
span { border-color: #CD790C; }
span { border-color: rgb(205,121,12); }
td.TdClassName
{
border-color: #CD790C;
}
.TagClassName
{
border-color: #CD790C;
}
</style>