Shades of Ochre #CE8221
Tints of Ochre #CE8221
RGB
CMYK
RGB Variations
Color information
#CE8221 (or 0xCE8221) is known color: Ochre. HEX triplet: CE, 82 and 21. RGB value is (206,130,33). Sum of RGB (Red+Green+Blue) = 206+130+33=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8221 is #317DDE. Grayscale: #8E8E8E. Windows color (decimal): -3243487 or 2196174. OLE color: 2196174.
HSL color Cylindrical-coordinate representation of color #CE8221: hue angle of 33.64º 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 #CE8221 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 33 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.19 |
| HSL | 33.64º | 0.72% | 0.47% | - |
| HSV(B) | 33.64º | 0.84% | 0.81% | - |
| XYZ | 33.71 | 29.2 | 5.3 | - |
| YUV | 141.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 33 | 0 | 0.37 | 0.84 | 0.19 | 33.64 | 0.72 | 0.47 |
| Hex | CE | 82 | 21 | 0 | 25 | 54 | 13 | 22 | 48 | 2F |
| Octal | 316 | 202 | 41 | 0 | 45 | 124 | 23 | 42 | 110 | 57 |
| Binary | 11001110 | 10000010 | 100001 | 0 | 100101 | 1010100 | 10011 | 100010 | 1001000 | 101111 |
Color Harmonies of #CE8221
Complementary color
Monochromatic Colors of #CE8221
Black with #CE8221
Text Example
Text Example
White with #CE8221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8221; }
p { color: rgb(206,130,33); }
H1.HeaderClassName
{
color: #CE8221;
}
.AnyTagClassName
{
color: #CE8221;
}
</style>
background-color css
<style>
a { background-color: #CE8221; }
a { background-color: rgb(206,130,33); }
div.DivClassName
{
background-color: #CE8221;
}
.BgClassName
{
background-color: #CE8221;
}
</style>
border-color css
<style>
span { border-color: #CE8221; }
span { border-color: rgb(206,130,33); }
td.TdClassName
{
border-color: #CE8221;
}
.TagClassName
{
border-color: #CE8221;
}
</style>