Shades of Ochre #CE780D
Tints of Ochre #CE780D
RGB
CMYK
RGB Variations
Color information
#CE780D (or 0xCE780D) is known color: Ochre. HEX triplet: CE, 78 and 0D. RGB value is (206,120,13). Sum of RGB (Red+Green+Blue) = 206+120+13=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE780D is #3187F2. Grayscale: #868686. Windows color (decimal): -3246067 or 882894. OLE color: 882894.
HSL color Cylindrical-coordinate representation of color #CE780D: hue angle of 33.26º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE780D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.19 |
| HSL | 33.26º | 0.88% | 0.43% | - |
| HSV(B) | 33.26º | 0.94% | 0.81% | - |
| XYZ | 32.24 | 26.58 | 3.81 | - |
| YUV | 133.52 | 59.99 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 13 | 0 | 0.42 | 0.94 | 0.19 | 33.26 | 0.88 | 0.43 |
| Hex | CE | 78 | D | 0 | 2A | 5E | 13 | 21 | 58 | 2B |
| Octal | 316 | 170 | 15 | 0 | 52 | 136 | 23 | 41 | 130 | 53 |
| Binary | 11001110 | 1111000 | 1101 | 0 | 101010 | 1011110 | 10011 | 100001 | 1011000 | 101011 |
Color Harmonies of #CE780D
Complementary color
Monochromatic Colors of #CE780D
Black with #CE780D
Text Example
Text Example
White with #CE780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE780D; }
p { color: rgb(206,120,13); }
H1.HeaderClassName
{
color: #CE780D;
}
.AnyTagClassName
{
color: #CE780D;
}
</style>
background-color css
<style>
a { background-color: #CE780D; }
a { background-color: rgb(206,120,13); }
div.DivClassName
{
background-color: #CE780D;
}
.BgClassName
{
background-color: #CE780D;
}
</style>
border-color css
<style>
span { border-color: #CE780D; }
span { border-color: rgb(206,120,13); }
td.TdClassName
{
border-color: #CE780D;
}
.TagClassName
{
border-color: #CE780D;
}
</style>