Shades of Ochre #CE851D
Tints of Ochre #CE851D
RGB
CMYK
RGB Variations
Color information
#CE851D (or 0xCE851D) is known color: Ochre. HEX triplet: CE, 85 and 1D. RGB value is (206,133,29). Sum of RGB (Red+Green+Blue) = 206+133+29=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE851D is #317AE2. Grayscale: #8F8F8F. Windows color (decimal): -3242723 or 1934798. OLE color: 1934798.
HSL color Cylindrical-coordinate representation of color #CE851D: hue angle of 35.25º 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 #CE851D is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 29 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.19 |
| HSL | 35.25º | 0.75% | 0.46% | - |
| HSV(B) | 35.25º | 0.86% | 0.81% | - |
| XYZ | 34.06 | 29.99 | 5.15 | - |
| YUV | 142.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 29 | 0 | 0.35 | 0.86 | 0.19 | 35.25 | 0.75 | 0.46 |
| Hex | CE | 85 | 1D | 0 | 23 | 56 | 13 | 23 | 4B | 2E |
| Octal | 316 | 205 | 35 | 0 | 43 | 126 | 23 | 43 | 113 | 56 |
| Binary | 11001110 | 10000101 | 11101 | 0 | 100011 | 1010110 | 10011 | 100011 | 1001011 | 101110 |
Color Harmonies of #CE851D
Complementary color
Monochromatic Colors of #CE851D
Black with #CE851D
Text Example
Text Example
White with #CE851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE851D; }
p { color: rgb(206,133,29); }
H1.HeaderClassName
{
color: #CE851D;
}
.AnyTagClassName
{
color: #CE851D;
}
</style>
background-color css
<style>
a { background-color: #CE851D; }
a { background-color: rgb(206,133,29); }
div.DivClassName
{
background-color: #CE851D;
}
.BgClassName
{
background-color: #CE851D;
}
</style>
border-color css
<style>
span { border-color: #CE851D; }
span { border-color: rgb(206,133,29); }
td.TdClassName
{
border-color: #CE851D;
}
.TagClassName
{
border-color: #CE851D;
}
</style>