Shades of Ochre #CE7B21
Tints of Ochre #CE7B21
RGB
CMYK
RGB Variations
Color information
#CE7B21 (or 0xCE7B21) is known color: Ochre. HEX triplet: CE, 7B and 21. RGB value is (206,123,33). Sum of RGB (Red+Green+Blue) = 206+123+33=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B21 is #3184DE. Grayscale: #8A8A8A. Windows color (decimal): -3245279 or 2194382. OLE color: 2194382.
HSL color Cylindrical-coordinate representation of color #CE7B21: hue angle of 31.21º 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 #CE7B21 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 33 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.19 |
| HSL | 31.21º | 0.72% | 0.47% | - |
| HSV(B) | 31.21º | 0.84% | 0.81% | - |
| XYZ | 32.81 | 27.4 | 5 | - |
| YUV | 137.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 33 | 0 | 0.40 | 0.84 | 0.19 | 31.21 | 0.72 | 0.47 |
| Hex | CE | 7B | 21 | 0 | 28 | 54 | 13 | 1F | 48 | 2F |
| Octal | 316 | 173 | 41 | 0 | 50 | 124 | 23 | 37 | 110 | 57 |
| Binary | 11001110 | 1111011 | 100001 | 0 | 101000 | 1010100 | 10011 | 11111 | 1001000 | 101111 |
Color Harmonies of #CE7B21
Complementary color
Monochromatic Colors of #CE7B21
Black with #CE7B21
Text Example
Text Example
White with #CE7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B21; }
p { color: rgb(206,123,33); }
H1.HeaderClassName
{
color: #CE7B21;
}
.AnyTagClassName
{
color: #CE7B21;
}
</style>
background-color css
<style>
a { background-color: #CE7B21; }
a { background-color: rgb(206,123,33); }
div.DivClassName
{
background-color: #CE7B21;
}
.BgClassName
{
background-color: #CE7B21;
}
</style>
border-color css
<style>
span { border-color: #CE7B21; }
span { border-color: rgb(206,123,33); }
td.TdClassName
{
border-color: #CE7B21;
}
.TagClassName
{
border-color: #CE7B21;
}
</style>