Shades of Ochre #CD7D1C
Tints of Ochre #CD7D1C
RGB
CMYK
RGB Variations
Color information
#CD7D1C (or 0xCD7D1C) is known color: Ochre. HEX triplet: CD, 7D and 1C. RGB value is (205,125,28). Sum of RGB (Red+Green+Blue) = 205+125+28=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D1C is #3282E3. Grayscale: #8A8A8A. Windows color (decimal): -3310308 or 1867213. OLE color: 1867213.
HSL color Cylindrical-coordinate representation of color #CD7D1C: hue angle of 32.88º 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 #CD7D1C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 28 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.20 |
| HSL | 32.88º | 0.76% | 0.46% | - |
| HSV(B) | 32.88º | 0.86% | 0.8% | - |
| XYZ | 32.72 | 27.73 | 4.73 | - |
| YUV | 137.86 | 66 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 28 | 0 | 0.39 | 0.86 | 0.20 | 32.88 | 0.76 | 0.46 |
| Hex | CD | 7D | 1C | 0 | 27 | 56 | 14 | 21 | 4C | 2E |
| Octal | 315 | 175 | 34 | 0 | 47 | 126 | 24 | 41 | 114 | 56 |
| Binary | 11001101 | 1111101 | 11100 | 0 | 100111 | 1010110 | 10100 | 100001 | 1001100 | 101110 |
Color Harmonies of #CD7D1C
Complementary color
Monochromatic Colors of #CD7D1C
Black with #CD7D1C
Text Example
Text Example
White with #CD7D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D1C; }
p { color: rgb(205,125,28); }
H1.HeaderClassName
{
color: #CD7D1C;
}
.AnyTagClassName
{
color: #CD7D1C;
}
</style>
background-color css
<style>
a { background-color: #CD7D1C; }
a { background-color: rgb(205,125,28); }
div.DivClassName
{
background-color: #CD7D1C;
}
.BgClassName
{
background-color: #CD7D1C;
}
</style>
border-color css
<style>
span { border-color: #CD7D1C; }
span { border-color: rgb(205,125,28); }
td.TdClassName
{
border-color: #CD7D1C;
}
.TagClassName
{
border-color: #CD7D1C;
}
</style>