Shades of Ochre #CE8218
Tints of Ochre #CE8218
RGB
CMYK
RGB Variations
Color information
#CE8218 (or 0xCE8218) is known color: Ochre. HEX triplet: CE, 82 and 18. RGB value is (206,130,24). Sum of RGB (Red+Green+Blue) = 206+130+24=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8218 is #317DE7. Grayscale: #8D8D8D. Windows color (decimal): -3243496 or 1606350. OLE color: 1606350.
HSL color Cylindrical-coordinate representation of color #CE8218: hue angle of 34.95º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE8218 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 24 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.19 |
| HSL | 34.95º | 0.79% | 0.45% | - |
| HSV(B) | 34.95º | 0.88% | 0.81% | - |
| XYZ | 33.6 | 29.15 | 4.72 | - |
| YUV | 140.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 24 | 0 | 0.37 | 0.88 | 0.19 | 34.95 | 0.79 | 0.45 |
| Hex | CE | 82 | 18 | 0 | 25 | 58 | 13 | 23 | 4F | 2D |
| Octal | 316 | 202 | 30 | 0 | 45 | 130 | 23 | 43 | 117 | 55 |
| Binary | 11001110 | 10000010 | 11000 | 0 | 100101 | 1011000 | 10011 | 100011 | 1001111 | 101101 |
Color Harmonies of #CE8218
Complementary color
Monochromatic Colors of #CE8218
Black with #CE8218
Text Example
Text Example
White with #CE8218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8218; }
p { color: rgb(206,130,24); }
H1.HeaderClassName
{
color: #CE8218;
}
.AnyTagClassName
{
color: #CE8218;
}
</style>
background-color css
<style>
a { background-color: #CE8218; }
a { background-color: rgb(206,130,24); }
div.DivClassName
{
background-color: #CE8218;
}
.BgClassName
{
background-color: #CE8218;
}
</style>
border-color css
<style>
span { border-color: #CE8218; }
span { border-color: rgb(206,130,24); }
td.TdClassName
{
border-color: #CE8218;
}
.TagClassName
{
border-color: #CE8218;
}
</style>