Shades of Ochre #CE7E21
Tints of Ochre #CE7E21
RGB
CMYK
RGB Variations
Color information
#CE7E21 (or 0xCE7E21) is known color: Ochre. HEX triplet: CE, 7E and 21. RGB value is (206,126,33). Sum of RGB (Red+Green+Blue) = 206+126+33=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E21 is #3181DE. Grayscale: #8B8B8B. Windows color (decimal): -3244511 or 2195150. OLE color: 2195150.
HSL color Cylindrical-coordinate representation of color #CE7E21: hue angle of 32.25º degrees, saturation: 0.72, 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 #CE7E21 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 33 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.19 |
| HSL | 32.25º | 0.72% | 0.47% | - |
| HSV(B) | 32.25º | 0.84% | 0.81% | - |
| XYZ | 33.19 | 28.15 | 5.12 | - |
| YUV | 139.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 33 | 0 | 0.39 | 0.84 | 0.19 | 32.25 | 0.72 | 0.47 |
| Hex | CE | 7E | 21 | 0 | 27 | 54 | 13 | 20 | 48 | 2F |
| Octal | 316 | 176 | 41 | 0 | 47 | 124 | 23 | 40 | 110 | 57 |
| Binary | 11001110 | 1111110 | 100001 | 0 | 100111 | 1010100 | 10011 | 100000 | 1001000 | 101111 |
Color Harmonies of #CE7E21
Complementary color
Monochromatic Colors of #CE7E21
Black with #CE7E21
Text Example
Text Example
White with #CE7E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E21; }
p { color: rgb(206,126,33); }
H1.HeaderClassName
{
color: #CE7E21;
}
.AnyTagClassName
{
color: #CE7E21;
}
</style>
background-color css
<style>
a { background-color: #CE7E21; }
a { background-color: rgb(206,126,33); }
div.DivClassName
{
background-color: #CE7E21;
}
.BgClassName
{
background-color: #CE7E21;
}
</style>
border-color css
<style>
span { border-color: #CE7E21; }
span { border-color: rgb(206,126,33); }
td.TdClassName
{
border-color: #CE7E21;
}
.TagClassName
{
border-color: #CE7E21;
}
</style>