Shades of Ochre #CD7D1F
Tints of Ochre #CD7D1F
RGB
CMYK
RGB Variations
Color information
#CD7D1F (or 0xCD7D1F) is known color: Ochre. HEX triplet: CD, 7D and 1F. RGB value is (205,125,31). Sum of RGB (Red+Green+Blue) = 205+125+31=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D1F is #3282E0. Grayscale: #8A8A8A. Windows color (decimal): -3310305 or 2063821. OLE color: 2063821.
HSL color Cylindrical-coordinate representation of color #CD7D1F: hue angle of 32.41º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD7D1F is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 31 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.20 |
| HSL | 32.41º | 0.74% | 0.46% | - |
| HSV(B) | 32.41º | 0.85% | 0.8% | - |
| XYZ | 32.76 | 27.75 | 4.93 | - |
| YUV | 138.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 31 | 0 | 0.39 | 0.85 | 0.20 | 32.41 | 0.74 | 0.46 |
| Hex | CD | 7D | 1F | 0 | 27 | 55 | 14 | 20 | 4A | 2E |
| Octal | 315 | 175 | 37 | 0 | 47 | 125 | 24 | 40 | 112 | 56 |
| Binary | 11001101 | 1111101 | 11111 | 0 | 100111 | 1010101 | 10100 | 100000 | 1001010 | 101110 |
Color Harmonies of #CD7D1F
Complementary color
Monochromatic Colors of #CD7D1F
Black with #CD7D1F
Text Example
Text Example
White with #CD7D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D1F; }
p { color: rgb(205,125,31); }
H1.HeaderClassName
{
color: #CD7D1F;
}
.AnyTagClassName
{
color: #CD7D1F;
}
</style>
background-color css
<style>
a { background-color: #CD7D1F; }
a { background-color: rgb(205,125,31); }
div.DivClassName
{
background-color: #CD7D1F;
}
.BgClassName
{
background-color: #CD7D1F;
}
</style>
border-color css
<style>
span { border-color: #CD7D1F; }
span { border-color: rgb(205,125,31); }
td.TdClassName
{
border-color: #CD7D1F;
}
.TagClassName
{
border-color: #CD7D1F;
}
</style>