Shades of Ochre #CD7D1E
Tints of Ochre #CD7D1E
RGB
CMYK
RGB Variations
Color information
#CD7D1E (or 0xCD7D1E) is known color: Ochre. HEX triplet: CD, 7D and 1E. RGB value is (205,125,30). Sum of RGB (Red+Green+Blue) = 205+125+30=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D1E is #3282E1. Grayscale: #8A8A8A. Windows color (decimal): -3310306 or 1998285. OLE color: 1998285.
HSL color Cylindrical-coordinate representation of color #CD7D1E: hue angle of 32.57º 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 #CD7D1E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 30 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.20 |
| HSL | 32.57º | 0.74% | 0.46% | - |
| HSV(B) | 32.57º | 0.85% | 0.8% | - |
| XYZ | 32.74 | 27.74 | 4.86 | - |
| YUV | 138.09 | 67 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 30 | 0 | 0.39 | 0.85 | 0.20 | 32.57 | 0.74 | 0.46 |
| Hex | CD | 7D | 1E | 0 | 27 | 55 | 14 | 21 | 4A | 2E |
| Octal | 315 | 175 | 36 | 0 | 47 | 125 | 24 | 41 | 112 | 56 |
| Binary | 11001101 | 1111101 | 11110 | 0 | 100111 | 1010101 | 10100 | 100001 | 1001010 | 101110 |
Color Harmonies of #CD7D1E
Complementary color
Monochromatic Colors of #CD7D1E
Black with #CD7D1E
Text Example
Text Example
White with #CD7D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D1E; }
p { color: rgb(205,125,30); }
H1.HeaderClassName
{
color: #CD7D1E;
}
.AnyTagClassName
{
color: #CD7D1E;
}
</style>
background-color css
<style>
a { background-color: #CD7D1E; }
a { background-color: rgb(205,125,30); }
div.DivClassName
{
background-color: #CD7D1E;
}
.BgClassName
{
background-color: #CD7D1E;
}
</style>
border-color css
<style>
span { border-color: #CD7D1E; }
span { border-color: rgb(205,125,30); }
td.TdClassName
{
border-color: #CD7D1E;
}
.TagClassName
{
border-color: #CD7D1E;
}
</style>