Shades of Ochre #CE7A1D
Tints of Ochre #CE7A1D
RGB
CMYK
RGB Variations
Color information
#CE7A1D (or 0xCE7A1D) is known color: Ochre. HEX triplet: CE, 7A and 1D. RGB value is (206,122,29). Sum of RGB (Red+Green+Blue) = 206+122+29=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A1D is #3185E2. Grayscale: #888888. Windows color (decimal): -3245539 or 1931982. OLE color: 1931982.
HSL color Cylindrical-coordinate representation of color #CE7A1D: hue angle of 31.53º 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 #CE7A1D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 29 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.19 |
| HSL | 31.53º | 0.75% | 0.46% | - |
| HSV(B) | 31.53º | 0.86% | 0.81% | - |
| XYZ | 32.63 | 27.13 | 4.68 | - |
| YUV | 136.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 29 | 0 | 0.41 | 0.86 | 0.19 | 31.53 | 0.75 | 0.46 |
| Hex | CE | 7A | 1D | 0 | 29 | 56 | 13 | 20 | 4B | 2E |
| Octal | 316 | 172 | 35 | 0 | 51 | 126 | 23 | 40 | 113 | 56 |
| Binary | 11001110 | 1111010 | 11101 | 0 | 101001 | 1010110 | 10011 | 100000 | 1001011 | 101110 |
Color Harmonies of #CE7A1D
Complementary color
Monochromatic Colors of #CE7A1D
Black with #CE7A1D
Text Example
Text Example
White with #CE7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A1D; }
p { color: rgb(206,122,29); }
H1.HeaderClassName
{
color: #CE7A1D;
}
.AnyTagClassName
{
color: #CE7A1D;
}
</style>
background-color css
<style>
a { background-color: #CE7A1D; }
a { background-color: rgb(206,122,29); }
div.DivClassName
{
background-color: #CE7A1D;
}
.BgClassName
{
background-color: #CE7A1D;
}
</style>
border-color css
<style>
span { border-color: #CE7A1D; }
span { border-color: rgb(206,122,29); }
td.TdClassName
{
border-color: #CE7A1D;
}
.TagClassName
{
border-color: #CE7A1D;
}
</style>