Shades of Ochre #CE7A0D
Tints of Ochre #CE7A0D
RGB
CMYK
RGB Variations
Color information
#CE7A0D (or 0xCE7A0D) is known color: Ochre. HEX triplet: CE, 7A and 0D. RGB value is (206,122,13). Sum of RGB (Red+Green+Blue) = 206+122+13=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A0D is #3185F2. Grayscale: #878787. Windows color (decimal): -3245555 or 883406. OLE color: 883406.
HSL color Cylindrical-coordinate representation of color #CE7A0D: hue angle of 33.89º 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 #CE7A0D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.19 |
| HSL | 33.89º | 0.88% | 0.43% | - |
| HSV(B) | 33.89º | 0.94% | 0.81% | - |
| XYZ | 32.49 | 27.07 | 3.89 | - |
| YUV | 134.69 | 59.33 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 13 | 0 | 0.41 | 0.94 | 0.19 | 33.89 | 0.88 | 0.43 |
| Hex | CE | 7A | D | 0 | 29 | 5E | 13 | 22 | 58 | 2B |
| Octal | 316 | 172 | 15 | 0 | 51 | 136 | 23 | 42 | 130 | 53 |
| Binary | 11001110 | 1111010 | 1101 | 0 | 101001 | 1011110 | 10011 | 100010 | 1011000 | 101011 |
Color Harmonies of #CE7A0D
Complementary color
Monochromatic Colors of #CE7A0D
Black with #CE7A0D
Text Example
Text Example
White with #CE7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A0D; }
p { color: rgb(206,122,13); }
H1.HeaderClassName
{
color: #CE7A0D;
}
.AnyTagClassName
{
color: #CE7A0D;
}
</style>
background-color css
<style>
a { background-color: #CE7A0D; }
a { background-color: rgb(206,122,13); }
div.DivClassName
{
background-color: #CE7A0D;
}
.BgClassName
{
background-color: #CE7A0D;
}
</style>
border-color css
<style>
span { border-color: #CE7A0D; }
span { border-color: rgb(206,122,13); }
td.TdClassName
{
border-color: #CE7A0D;
}
.TagClassName
{
border-color: #CE7A0D;
}
</style>