Shades of Old Gold #CEBA42
Tints of Old Gold #CEBA42
RGB
CMYK
RGB Variations
Color information
#CEBA42 (or 0xCEBA42) is known color: Old Gold. HEX triplet: CE, BA and 42. RGB value is (206,186,66). Sum of RGB (Red+Green+Blue) = 206+186+66=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA42 is #3145BD. Grayscale: #B2B2B2. Windows color (decimal): -3229118 or 4373198. OLE color: 4373198.
HSL color Cylindrical-coordinate representation of color #CEBA42: hue angle of 51.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEBA42 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 66 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.19 |
| HSL | 51.43º | 0.59% | 0.53% | - |
| HSV(B) | 51.43º | 0.68% | 0.81% | - |
| XYZ | 44 | 48.63 | 12.22 | - |
| YUV | 178.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 66 | 0 | 0.10 | 0.68 | 0.19 | 51.43 | 0.59 | 0.53 |
| Hex | CE | BA | 42 | 0 | A | 44 | 13 | 33 | 3B | 35 |
| Octal | 316 | 272 | 102 | 0 | 12 | 104 | 23 | 63 | 73 | 65 |
| Binary | 11001110 | 10111010 | 1000010 | 0 | 1010 | 1000100 | 10011 | 110011 | 111011 | 110101 |
Color Harmonies of #CEBA42
Complementary color
Monochromatic Colors of #CEBA42
Black with #CEBA42
Text Example
Text Example
White with #CEBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA42; }
p { color: rgb(206,186,66); }
H1.HeaderClassName
{
color: #CEBA42;
}
.AnyTagClassName
{
color: #CEBA42;
}
</style>
background-color css
<style>
a { background-color: #CEBA42; }
a { background-color: rgb(206,186,66); }
div.DivClassName
{
background-color: #CEBA42;
}
.BgClassName
{
background-color: #CEBA42;
}
</style>
border-color css
<style>
span { border-color: #CEBA42; }
span { border-color: rgb(206,186,66); }
td.TdClassName
{
border-color: #CEBA42;
}
.TagClassName
{
border-color: #CEBA42;
}
</style>