Shades of Ochre #CE8521
Tints of Ochre #CE8521
RGB
CMYK
RGB Variations
Color information
#CE8521 (or 0xCE8521) is known color: Ochre. HEX triplet: CE, 85 and 21. RGB value is (206,133,33). Sum of RGB (Red+Green+Blue) = 206+133+33=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8521 is #317ADE. Grayscale: #8F8F8F. Windows color (decimal): -3242719 or 2196942. OLE color: 2196942.
HSL color Cylindrical-coordinate representation of color #CE8521: hue angle of 34.68º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE8521 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 33 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.19 |
| HSL | 34.68º | 0.72% | 0.47% | - |
| HSV(B) | 34.68º | 0.84% | 0.81% | - |
| XYZ | 34.12 | 30.01 | 5.43 | - |
| YUV | 143.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 33 | 0 | 0.35 | 0.84 | 0.19 | 34.68 | 0.72 | 0.47 |
| Hex | CE | 85 | 21 | 0 | 23 | 54 | 13 | 23 | 48 | 2F |
| Octal | 316 | 205 | 41 | 0 | 43 | 124 | 23 | 43 | 110 | 57 |
| Binary | 11001110 | 10000101 | 100001 | 0 | 100011 | 1010100 | 10011 | 100011 | 1001000 | 101111 |
Color Harmonies of #CE8521
Complementary color
Monochromatic Colors of #CE8521
Black with #CE8521
Text Example
Text Example
White with #CE8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8521; }
p { color: rgb(206,133,33); }
H1.HeaderClassName
{
color: #CE8521;
}
.AnyTagClassName
{
color: #CE8521;
}
</style>
background-color css
<style>
a { background-color: #CE8521; }
a { background-color: rgb(206,133,33); }
div.DivClassName
{
background-color: #CE8521;
}
.BgClassName
{
background-color: #CE8521;
}
</style>
border-color css
<style>
span { border-color: #CE8521; }
span { border-color: rgb(206,133,33); }
td.TdClassName
{
border-color: #CE8521;
}
.TagClassName
{
border-color: #CE8521;
}
</style>