Shades of Old Gold #CEBC3E
Tints of Old Gold #CEBC3E
RGB
CMYK
RGB Variations
Color information
#CEBC3E (or 0xCEBC3E) is known color: Old Gold. HEX triplet: CE, BC and 3E. RGB value is (206,188,62). Sum of RGB (Red+Green+Blue) = 206+188+62=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC3E is #3143C1. Grayscale: #B3B3B3. Windows color (decimal): -3228610 or 4111566. OLE color: 4111566.
HSL color Cylindrical-coordinate representation of color #CEBC3E: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEBC3E is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 62 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.19 |
| HSL | 52.5º | 0.6% | 0.53% | - |
| HSV(B) | 52.5º | 0.7% | 0.81% | - |
| XYZ | 44.31 | 49.44 | 11.76 | - |
| YUV | 179.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 62 | 0 | 0.09 | 0.70 | 0.19 | 52.5 | 0.6 | 0.53 |
| Hex | CE | BC | 3E | 0 | 9 | 46 | 13 | 34 | 3C | 35 |
| Octal | 316 | 274 | 76 | 0 | 11 | 106 | 23 | 64 | 74 | 65 |
| Binary | 11001110 | 10111100 | 111110 | 0 | 1001 | 1000110 | 10011 | 110100 | 111100 | 110101 |
Color Harmonies of #CEBC3E
Complementary color
Monochromatic Colors of #CEBC3E
Black with #CEBC3E
Text Example
Text Example
White with #CEBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC3E; }
p { color: rgb(206,188,62); }
H1.HeaderClassName
{
color: #CEBC3E;
}
.AnyTagClassName
{
color: #CEBC3E;
}
</style>
background-color css
<style>
a { background-color: #CEBC3E; }
a { background-color: rgb(206,188,62); }
div.DivClassName
{
background-color: #CEBC3E;
}
.BgClassName
{
background-color: #CEBC3E;
}
</style>
border-color css
<style>
span { border-color: #CEBC3E; }
span { border-color: rgb(206,188,62); }
td.TdClassName
{
border-color: #CEBC3E;
}
.TagClassName
{
border-color: #CEBC3E;
}
</style>