Shades of Ochre #CE801D
Tints of Ochre #CE801D
RGB
CMYK
RGB Variations
Color information
#CE801D (or 0xCE801D) is known color: Ochre. HEX triplet: CE, 80 and 1D. RGB value is (206,128,29). Sum of RGB (Red+Green+Blue) = 206+128+29=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE801D is #317FE2. Grayscale: #8C8C8C. Windows color (decimal): -3244003 or 1933518. OLE color: 1933518.
HSL color Cylindrical-coordinate representation of color #CE801D: hue angle of 33.56º 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 #CE801D is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 29 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.19 |
| HSL | 33.56º | 0.75% | 0.46% | - |
| HSV(B) | 33.56º | 0.86% | 0.81% | - |
| XYZ | 33.39 | 28.65 | 4.93 | - |
| YUV | 140.04 | 65.34 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 29 | 0 | 0.38 | 0.86 | 0.19 | 33.56 | 0.75 | 0.46 |
| Hex | CE | 80 | 1D | 0 | 26 | 56 | 13 | 22 | 4B | 2E |
| Octal | 316 | 200 | 35 | 0 | 46 | 126 | 23 | 42 | 113 | 56 |
| Binary | 11001110 | 10000000 | 11101 | 0 | 100110 | 1010110 | 10011 | 100010 | 1001011 | 101110 |
Color Harmonies of #CE801D
Complementary color
Monochromatic Colors of #CE801D
Black with #CE801D
Text Example
Text Example
White with #CE801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE801D; }
p { color: rgb(206,128,29); }
H1.HeaderClassName
{
color: #CE801D;
}
.AnyTagClassName
{
color: #CE801D;
}
</style>
background-color css
<style>
a { background-color: #CE801D; }
a { background-color: rgb(206,128,29); }
div.DivClassName
{
background-color: #CE801D;
}
.BgClassName
{
background-color: #CE801D;
}
</style>
border-color css
<style>
span { border-color: #CE801D; }
span { border-color: rgb(206,128,29); }
td.TdClassName
{
border-color: #CE801D;
}
.TagClassName
{
border-color: #CE801D;
}
</style>