Shades of Ochre #CE8420
Tints of Ochre #CE8420
RGB
CMYK
RGB Variations
Color information
#CE8420 (or 0xCE8420) is known color: Ochre. HEX triplet: CE, 84 and 20. RGB value is (206,132,32). Sum of RGB (Red+Green+Blue) = 206+132+32=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8420 is #317BDF. Grayscale: #8F8F8F. Windows color (decimal): -3242976 or 2131150. OLE color: 2131150.
HSL color Cylindrical-coordinate representation of color #CE8420: hue angle of 34.48º degrees, saturation: 0.73, 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 #CE8420 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 32 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.19 |
| HSL | 34.48º | 0.73% | 0.47% | - |
| HSV(B) | 34.48º | 0.84% | 0.81% | - |
| XYZ | 33.97 | 29.73 | 5.31 | - |
| YUV | 142.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 32 | 0 | 0.36 | 0.84 | 0.19 | 34.48 | 0.73 | 0.47 |
| Hex | CE | 84 | 20 | 0 | 24 | 54 | 13 | 22 | 49 | 2F |
| Octal | 316 | 204 | 40 | 0 | 44 | 124 | 23 | 42 | 111 | 57 |
| Binary | 11001110 | 10000100 | 100000 | 0 | 100100 | 1010100 | 10011 | 100010 | 1001001 | 101111 |
Color Harmonies of #CE8420
Complementary color
Monochromatic Colors of #CE8420
Black with #CE8420
Text Example
Text Example
White with #CE8420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8420; }
p { color: rgb(206,132,32); }
H1.HeaderClassName
{
color: #CE8420;
}
.AnyTagClassName
{
color: #CE8420;
}
</style>
background-color css
<style>
a { background-color: #CE8420; }
a { background-color: rgb(206,132,32); }
div.DivClassName
{
background-color: #CE8420;
}
.BgClassName
{
background-color: #CE8420;
}
</style>
border-color css
<style>
span { border-color: #CE8420; }
span { border-color: rgb(206,132,32); }
td.TdClassName
{
border-color: #CE8420;
}
.TagClassName
{
border-color: #CE8420;
}
</style>