Shades of Ochre #CD761D
Tints of Ochre #CD761D
RGB
CMYK
RGB Variations
Color information
#CD761D (or 0xCD761D) is known color: Ochre. HEX triplet: CD, 76 and 1D. RGB value is (205,118,29). Sum of RGB (Red+Green+Blue) = 205+118+29=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD761D is #3289E2. Grayscale: #868686. Windows color (decimal): -3312099 or 1930957. OLE color: 1930957.
HSL color Cylindrical-coordinate representation of color #CD761D: hue angle of 30.34º degrees, saturation: 0.75, 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 #CD761D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.20 |
| HSL | 30.34º | 0.75% | 0.46% | - |
| HSV(B) | 30.34º | 0.86% | 0.8% | - |
| XYZ | 31.88 | 26.02 | 4.51 | - |
| YUV | 133.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 29 | 0 | 0.42 | 0.86 | 0.20 | 30.34 | 0.75 | 0.46 |
| Hex | CD | 76 | 1D | 0 | 2A | 56 | 14 | 1E | 4B | 2E |
| Octal | 315 | 166 | 35 | 0 | 52 | 126 | 24 | 36 | 113 | 56 |
| Binary | 11001101 | 1110110 | 11101 | 0 | 101010 | 1010110 | 10100 | 11110 | 1001011 | 101110 |
Color Harmonies of #CD761D
Complementary color
Monochromatic Colors of #CD761D
Black with #CD761D
Text Example
Text Example
White with #CD761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD761D; }
p { color: rgb(205,118,29); }
H1.HeaderClassName
{
color: #CD761D;
}
.AnyTagClassName
{
color: #CD761D;
}
</style>
background-color css
<style>
a { background-color: #CD761D; }
a { background-color: rgb(205,118,29); }
div.DivClassName
{
background-color: #CD761D;
}
.BgClassName
{
background-color: #CD761D;
}
</style>
border-color css
<style>
span { border-color: #CD761D; }
span { border-color: rgb(205,118,29); }
td.TdClassName
{
border-color: #CD761D;
}
.TagClassName
{
border-color: #CD761D;
}
</style>