Shades of Ochre #CE7E0D
Tints of Ochre #CE7E0D
RGB
CMYK
RGB Variations
Color information
#CE7E0D (or 0xCE7E0D) is known color: Ochre. HEX triplet: CE, 7E and 0D. RGB value is (206,126,13). Sum of RGB (Red+Green+Blue) = 206+126+13=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7E0D is #3181F2. Grayscale: #898989. Windows color (decimal): -3244531 or 884430. OLE color: 884430.
HSL color Cylindrical-coordinate representation of color #CE7E0D: hue angle of 35.13º 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 #CE7E0D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.19 |
| HSL | 35.13º | 0.88% | 0.43% | - |
| HSV(B) | 35.13º | 0.94% | 0.81% | - |
| XYZ | 32.99 | 28.07 | 4.06 | - |
| YUV | 137.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 13 | 0 | 0.39 | 0.94 | 0.19 | 35.13 | 0.88 | 0.43 |
| Hex | CE | 7E | D | 0 | 27 | 5E | 13 | 23 | 58 | 2B |
| Octal | 316 | 176 | 15 | 0 | 47 | 136 | 23 | 43 | 130 | 53 |
| Binary | 11001110 | 1111110 | 1101 | 0 | 100111 | 1011110 | 10011 | 100011 | 1011000 | 101011 |
Color Harmonies of #CE7E0D
Complementary color
Monochromatic Colors of #CE7E0D
Black with #CE7E0D
Text Example
Text Example
White with #CE7E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E0D; }
p { color: rgb(206,126,13); }
H1.HeaderClassName
{
color: #CE7E0D;
}
.AnyTagClassName
{
color: #CE7E0D;
}
</style>
background-color css
<style>
a { background-color: #CE7E0D; }
a { background-color: rgb(206,126,13); }
div.DivClassName
{
background-color: #CE7E0D;
}
.BgClassName
{
background-color: #CE7E0D;
}
</style>
border-color css
<style>
span { border-color: #CE7E0D; }
span { border-color: rgb(206,126,13); }
td.TdClassName
{
border-color: #CE7E0D;
}
.TagClassName
{
border-color: #CE7E0D;
}
</style>