Shades of Old Gold #CEBC2E
Tints of Old Gold #CEBC2E
RGB
CMYK
RGB Variations
Color information
#CEBC2E (or 0xCEBC2E) is known color: Old Gold. HEX triplet: CE, BC and 2E. RGB value is (206,188,46). Sum of RGB (Red+Green+Blue) = 206+188+46=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC2E is #3143D1. Grayscale: #B1B1B1. Windows color (decimal): -3228626 or 3062990. OLE color: 3062990.
HSL color Cylindrical-coordinate representation of color #CEBC2E: hue angle of 53.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEBC2E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 46 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.19 |
| HSL | 53.25º | 0.63% | 0.49% | - |
| HSV(B) | 53.25º | 0.78% | 0.81% | - |
| XYZ | 43.93 | 49.29 | 9.78 | - |
| YUV | 177.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 46 | 0 | 0.09 | 0.78 | 0.19 | 53.25 | 0.63 | 0.49 |
| Hex | CE | BC | 2E | 0 | 9 | 4E | 13 | 35 | 3F | 31 |
| Octal | 316 | 274 | 56 | 0 | 11 | 116 | 23 | 65 | 77 | 61 |
| Binary | 11001110 | 10111100 | 101110 | 0 | 1001 | 1001110 | 10011 | 110101 | 111111 | 110001 |
Color Harmonies of #CEBC2E
Complementary color
Monochromatic Colors of #CEBC2E
Black with #CEBC2E
Text Example
Text Example
White with #CEBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC2E; }
p { color: rgb(206,188,46); }
H1.HeaderClassName
{
color: #CEBC2E;
}
.AnyTagClassName
{
color: #CEBC2E;
}
</style>
background-color css
<style>
a { background-color: #CEBC2E; }
a { background-color: rgb(206,188,46); }
div.DivClassName
{
background-color: #CEBC2E;
}
.BgClassName
{
background-color: #CEBC2E;
}
</style>
border-color css
<style>
span { border-color: #CEBC2E; }
span { border-color: rgb(206,188,46); }
td.TdClassName
{
border-color: #CEBC2E;
}
.TagClassName
{
border-color: #CEBC2E;
}
</style>