Shades of Ochre #CD770A
Tints of Ochre #CD770A
RGB
CMYK
RGB Variations
Color information
#CD770A (or 0xCD770A) is known color: Ochre. HEX triplet: CD, 77 and 0A. RGB value is (205,119,10). Sum of RGB (Red+Green+Blue) = 205+119+10=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD770A is #3288F5. Grayscale: #848484. Windows color (decimal): -3311862 or 686029. OLE color: 686029.
HSL color Cylindrical-coordinate representation of color #CD770A: hue angle of 33.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD770A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.20 |
| HSL | 33.54º | 0.91% | 0.42% | - |
| HSV(B) | 33.54º | 0.95% | 0.8% | - |
| XYZ | 31.83 | 26.19 | 3.67 | - |
| YUV | 132.29 | 58.99 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 10 | 0 | 0.42 | 0.95 | 0.20 | 33.54 | 0.91 | 0.42 |
| Hex | CD | 77 | A | 0 | 2A | 5F | 14 | 22 | 5B | 2A |
| Octal | 315 | 167 | 12 | 0 | 52 | 137 | 24 | 42 | 133 | 52 |
| Binary | 11001101 | 1110111 | 1010 | 0 | 101010 | 1011111 | 10100 | 100010 | 1011011 | 101010 |
Color Harmonies of #CD770A
Complementary color
Monochromatic Colors of #CD770A
Black with #CD770A
Text Example
Text Example
White with #CD770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD770A; }
p { color: rgb(205,119,10); }
H1.HeaderClassName
{
color: #CD770A;
}
.AnyTagClassName
{
color: #CD770A;
}
</style>
background-color css
<style>
a { background-color: #CD770A; }
a { background-color: rgb(205,119,10); }
div.DivClassName
{
background-color: #CD770A;
}
.BgClassName
{
background-color: #CD770A;
}
</style>
border-color css
<style>
span { border-color: #CD770A; }
span { border-color: rgb(205,119,10); }
td.TdClassName
{
border-color: #CD770A;
}
.TagClassName
{
border-color: #CD770A;
}
</style>