Shades of Ochre #CE8817
Tints of Ochre #CE8817
RGB
CMYK
RGB Variations
Color information
#CE8817 (or 0xCE8817) is known color: Ochre. HEX triplet: CE, 88 and 17. RGB value is (206,136,23). Sum of RGB (Red+Green+Blue) = 206+136+23=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8817 is #3177E8. Grayscale: #909090. Windows color (decimal): -3241961 or 1542350. OLE color: 1542350.
HSL color Cylindrical-coordinate representation of color #CE8817: hue angle of 37.05º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE8817 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 23 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.19 |
| HSL | 37.05º | 0.8% | 0.45% | - |
| HSV(B) | 37.05º | 0.89% | 0.81% | - |
| XYZ | 34.41 | 30.79 | 4.94 | - |
| YUV | 144.05 | 59.69 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 23 | 0 | 0.34 | 0.89 | 0.19 | 37.05 | 0.8 | 0.45 |
| Hex | CE | 88 | 17 | 0 | 22 | 59 | 13 | 25 | 50 | 2D |
| Octal | 316 | 210 | 27 | 0 | 42 | 131 | 23 | 45 | 120 | 55 |
| Binary | 11001110 | 10001000 | 10111 | 0 | 100010 | 1011001 | 10011 | 100101 | 1010000 | 101101 |
Color Harmonies of #CE8817
Complementary color
Monochromatic Colors of #CE8817
Black with #CE8817
Text Example
Text Example
White with #CE8817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8817; }
p { color: rgb(206,136,23); }
H1.HeaderClassName
{
color: #CE8817;
}
.AnyTagClassName
{
color: #CE8817;
}
</style>
background-color css
<style>
a { background-color: #CE8817; }
a { background-color: rgb(206,136,23); }
div.DivClassName
{
background-color: #CE8817;
}
.BgClassName
{
background-color: #CE8817;
}
</style>
border-color css
<style>
span { border-color: #CE8817; }
span { border-color: rgb(206,136,23); }
td.TdClassName
{
border-color: #CE8817;
}
.TagClassName
{
border-color: #CE8817;
}
</style>