Shades of Ochre #CD771C
Tints of Ochre #CD771C
RGB
CMYK
RGB Variations
Color information
#CD771C (or 0xCD771C) is known color: Ochre. HEX triplet: CD, 77 and 1C. RGB value is (205,119,28). Sum of RGB (Red+Green+Blue) = 205+119+28=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD771C is #3288E3. Grayscale: #868686. Windows color (decimal): -3311844 or 1865677. OLE color: 1865677.
HSL color Cylindrical-coordinate representation of color #CD771C: hue angle of 30.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD771C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 28 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.20 |
| HSL | 30.85º | 0.76% | 0.46% | - |
| HSV(B) | 30.85º | 0.86% | 0.8% | - |
| XYZ | 31.98 | 26.26 | 4.48 | - |
| YUV | 134.34 | 67.99 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 28 | 0 | 0.42 | 0.86 | 0.20 | 30.85 | 0.76 | 0.46 |
| Hex | CD | 77 | 1C | 0 | 2A | 56 | 14 | 1F | 4C | 2E |
| Octal | 315 | 167 | 34 | 0 | 52 | 126 | 24 | 37 | 114 | 56 |
| Binary | 11001101 | 1110111 | 11100 | 0 | 101010 | 1010110 | 10100 | 11111 | 1001100 | 101110 |
Color Harmonies of #CD771C
Complementary color
Monochromatic Colors of #CD771C
Black with #CD771C
Text Example
Text Example
White with #CD771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD771C; }
p { color: rgb(205,119,28); }
H1.HeaderClassName
{
color: #CD771C;
}
.AnyTagClassName
{
color: #CD771C;
}
</style>
background-color css
<style>
a { background-color: #CD771C; }
a { background-color: rgb(205,119,28); }
div.DivClassName
{
background-color: #CD771C;
}
.BgClassName
{
background-color: #CD771C;
}
</style>
border-color css
<style>
span { border-color: #CD771C; }
span { border-color: rgb(205,119,28); }
td.TdClassName
{
border-color: #CD771C;
}
.TagClassName
{
border-color: #CD771C;
}
</style>