Shades of Ochre #CE7D1D
Tints of Ochre #CE7D1D
RGB
CMYK
RGB Variations
Color information
#CE7D1D (or 0xCE7D1D) is known color: Ochre. HEX triplet: CE, 7D and 1D. RGB value is (206,125,29). Sum of RGB (Red+Green+Blue) = 206+125+29=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D1D is #3182E2. Grayscale: #8A8A8A. Windows color (decimal): -3244771 or 1932750. OLE color: 1932750.
HSL color Cylindrical-coordinate representation of color #CE7D1D: hue angle of 32.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE7D1D is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 29 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.19 |
| HSL | 32.54º | 0.75% | 0.46% | - |
| HSV(B) | 32.54º | 0.86% | 0.81% | - |
| XYZ | 33.01 | 27.88 | 4.8 | - |
| YUV | 138.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 29 | 0 | 0.39 | 0.86 | 0.19 | 32.54 | 0.75 | 0.46 |
| Hex | CE | 7D | 1D | 0 | 27 | 56 | 13 | 21 | 4B | 2E |
| Octal | 316 | 175 | 35 | 0 | 47 | 126 | 23 | 41 | 113 | 56 |
| Binary | 11001110 | 1111101 | 11101 | 0 | 100111 | 1010110 | 10011 | 100001 | 1001011 | 101110 |
Color Harmonies of #CE7D1D
Complementary color
Monochromatic Colors of #CE7D1D
Black with #CE7D1D
Text Example
Text Example
White with #CE7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D1D; }
p { color: rgb(206,125,29); }
H1.HeaderClassName
{
color: #CE7D1D;
}
.AnyTagClassName
{
color: #CE7D1D;
}
</style>
background-color css
<style>
a { background-color: #CE7D1D; }
a { background-color: rgb(206,125,29); }
div.DivClassName
{
background-color: #CE7D1D;
}
.BgClassName
{
background-color: #CE7D1D;
}
</style>
border-color css
<style>
span { border-color: #CE7D1D; }
span { border-color: rgb(206,125,29); }
td.TdClassName
{
border-color: #CE7D1D;
}
.TagClassName
{
border-color: #CE7D1D;
}
</style>