Shades of Ochre #CE881D
Tints of Ochre #CE881D
RGB
CMYK
RGB Variations
Color information
#CE881D (or 0xCE881D) is known color: Ochre. HEX triplet: CE, 88 and 1D. RGB value is (206,136,29). Sum of RGB (Red+Green+Blue) = 206+136+29=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE881D is #3177E2. Grayscale: #919191. Windows color (decimal): -3241955 or 1935566. OLE color: 1935566.
HSL color Cylindrical-coordinate representation of color #CE881D: hue angle of 36.27º 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 #CE881D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 29 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.19 |
| HSL | 36.27º | 0.75% | 0.46% | - |
| HSV(B) | 36.27º | 0.86% | 0.81% | - |
| XYZ | 34.48 | 30.82 | 5.29 | - |
| YUV | 144.73 | 62.69 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 29 | 0 | 0.34 | 0.86 | 0.19 | 36.27 | 0.75 | 0.46 |
| Hex | CE | 88 | 1D | 0 | 22 | 56 | 13 | 24 | 4B | 2E |
| Octal | 316 | 210 | 35 | 0 | 42 | 126 | 23 | 44 | 113 | 56 |
| Binary | 11001110 | 10001000 | 11101 | 0 | 100010 | 1010110 | 10011 | 100100 | 1001011 | 101110 |
Color Harmonies of #CE881D
Complementary color
Monochromatic Colors of #CE881D
Black with #CE881D
Text Example
Text Example
White with #CE881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE881D; }
p { color: rgb(206,136,29); }
H1.HeaderClassName
{
color: #CE881D;
}
.AnyTagClassName
{
color: #CE881D;
}
</style>
background-color css
<style>
a { background-color: #CE881D; }
a { background-color: rgb(206,136,29); }
div.DivClassName
{
background-color: #CE881D;
}
.BgClassName
{
background-color: #CE881D;
}
</style>
border-color css
<style>
span { border-color: #CE881D; }
span { border-color: rgb(206,136,29); }
td.TdClassName
{
border-color: #CE881D;
}
.TagClassName
{
border-color: #CE881D;
}
</style>