Shades of Ochre #CE8417
Tints of Ochre #CE8417
RGB
CMYK
RGB Variations
Color information
#CE8417 (or 0xCE8417) is known color: Ochre. HEX triplet: CE, 84 and 17. RGB value is (206,132,23). Sum of RGB (Red+Green+Blue) = 206+132+23=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8417 is #317BE8. Grayscale: #8E8E8E. Windows color (decimal): -3242985 or 1541326. OLE color: 1541326.
HSL color Cylindrical-coordinate representation of color #CE8417: hue angle of 35.74º 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 #CE8417 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 23 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.19 |
| HSL | 35.74º | 0.8% | 0.45% | - |
| HSV(B) | 35.74º | 0.89% | 0.81% | - |
| XYZ | 33.86 | 29.69 | 4.76 | - |
| YUV | 141.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 23 | 0 | 0.36 | 0.89 | 0.19 | 35.74 | 0.8 | 0.45 |
| Hex | CE | 84 | 17 | 0 | 24 | 59 | 13 | 24 | 50 | 2D |
| Octal | 316 | 204 | 27 | 0 | 44 | 131 | 23 | 44 | 120 | 55 |
| Binary | 11001110 | 10000100 | 10111 | 0 | 100100 | 1011001 | 10011 | 100100 | 1010000 | 101101 |
Color Harmonies of #CE8417
Complementary color
Monochromatic Colors of #CE8417
Black with #CE8417
Text Example
Text Example
White with #CE8417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8417; }
p { color: rgb(206,132,23); }
H1.HeaderClassName
{
color: #CE8417;
}
.AnyTagClassName
{
color: #CE8417;
}
</style>
background-color css
<style>
a { background-color: #CE8417; }
a { background-color: rgb(206,132,23); }
div.DivClassName
{
background-color: #CE8417;
}
.BgClassName
{
background-color: #CE8417;
}
</style>
border-color css
<style>
span { border-color: #CE8417; }
span { border-color: rgb(206,132,23); }
td.TdClassName
{
border-color: #CE8417;
}
.TagClassName
{
border-color: #CE8417;
}
</style>