Shades of Ochre #CE7909
Tints of Ochre #CE7909
RGB
CMYK
RGB Variations
Color information
#CE7909 (or 0xCE7909) is known color: Ochre. HEX triplet: CE, 79 and 09. RGB value is (206,121,9). Sum of RGB (Red+Green+Blue) = 206+121+9=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7909 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7909 is #3186F6. Grayscale: #868686. Windows color (decimal): -3245815 or 621006. OLE color: 621006.
HSL color Cylindrical-coordinate representation of color #CE7909: hue angle of 34.11º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE7909 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 9 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.19 |
| HSL | 34.11º | 0.92% | 0.42% | - |
| HSV(B) | 34.11º | 0.96% | 0.81% | - |
| XYZ | 32.34 | 26.82 | 3.73 | - |
| YUV | 133.65 | 57.66 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 9 | 0 | 0.41 | 0.96 | 0.19 | 34.11 | 0.92 | 0.42 |
| Hex | CE | 79 | 9 | 0 | 29 | 60 | 13 | 22 | 5C | 2A |
| Octal | 316 | 171 | 11 | 0 | 51 | 140 | 23 | 42 | 134 | 52 |
| Binary | 11001110 | 1111001 | 1001 | 0 | 101001 | 1100000 | 10011 | 100010 | 1011100 | 101010 |
Color Harmonies of #CE7909
Complementary color
Monochromatic Colors of #CE7909
Black with #CE7909
Text Example
Text Example
White with #CE7909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7909; }
p { color: rgb(206,121,9); }
H1.HeaderClassName
{
color: #CE7909;
}
.AnyTagClassName
{
color: #CE7909;
}
</style>
background-color css
<style>
a { background-color: #CE7909; }
a { background-color: rgb(206,121,9); }
div.DivClassName
{
background-color: #CE7909;
}
.BgClassName
{
background-color: #CE7909;
}
</style>
border-color css
<style>
span { border-color: #CE7909; }
span { border-color: rgb(206,121,9); }
td.TdClassName
{
border-color: #CE7909;
}
.TagClassName
{
border-color: #CE7909;
}
</style>