Shades of Old Gold #CEBC40
Tints of Old Gold #CEBC40
RGB
CMYK
RGB Variations
Color information
#CEBC40 (or 0xCEBC40) is known color: Old Gold. HEX triplet: CE, BC and 40. RGB value is (206,188,64). Sum of RGB (Red+Green+Blue) = 206+188+64=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC40 is #3143BF. Grayscale: #B3B3B3. Windows color (decimal): -3228608 or 4242638. OLE color: 4242638.
HSL color Cylindrical-coordinate representation of color #CEBC40: hue angle of 52.39º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEBC40 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 64 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.19 |
| HSL | 52.39º | 0.59% | 0.53% | - |
| HSV(B) | 52.39º | 0.69% | 0.81% | - |
| XYZ | 44.36 | 49.46 | 12.06 | - |
| YUV | 179.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 64 | 0 | 0.09 | 0.69 | 0.19 | 52.39 | 0.59 | 0.53 |
| Hex | CE | BC | 40 | 0 | 9 | 45 | 13 | 34 | 3B | 35 |
| Octal | 316 | 274 | 100 | 0 | 11 | 105 | 23 | 64 | 73 | 65 |
| Binary | 11001110 | 10111100 | 1000000 | 0 | 1001 | 1000101 | 10011 | 110100 | 111011 | 110101 |
Color Harmonies of #CEBC40
Complementary color
Monochromatic Colors of #CEBC40
Black with #CEBC40
Text Example
Text Example
White with #CEBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC40; }
p { color: rgb(206,188,64); }
H1.HeaderClassName
{
color: #CEBC40;
}
.AnyTagClassName
{
color: #CEBC40;
}
</style>
background-color css
<style>
a { background-color: #CEBC40; }
a { background-color: rgb(206,188,64); }
div.DivClassName
{
background-color: #CEBC40;
}
.BgClassName
{
background-color: #CEBC40;
}
</style>
border-color css
<style>
span { border-color: #CEBC40; }
span { border-color: rgb(206,188,64); }
td.TdClassName
{
border-color: #CEBC40;
}
.TagClassName
{
border-color: #CEBC40;
}
</style>