Shades of Old Gold #CEBE42
Tints of Old Gold #CEBE42
RGB
CMYK
RGB Variations
Color information
#CEBE42 (or 0xCEBE42) is known color: Old Gold. HEX triplet: CE, BE and 42. RGB value is (206,190,66). Sum of RGB (Red+Green+Blue) = 206+190+66=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE42 is #3141BD. Grayscale: #B5B5B5. Windows color (decimal): -3228094 or 4374222. OLE color: 4374222.
HSL color Cylindrical-coordinate representation of color #CEBE42: hue angle of 53.14º 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 #CEBE42 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 66 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.19 |
| HSL | 53.14º | 0.59% | 0.53% | - |
| HSV(B) | 53.14º | 0.68% | 0.81% | - |
| XYZ | 44.85 | 50.34 | 12.51 | - |
| YUV | 180.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 66 | 0 | 0.08 | 0.68 | 0.19 | 53.14 | 0.59 | 0.53 |
| Hex | CE | BE | 42 | 0 | 8 | 44 | 13 | 35 | 3B | 35 |
| Octal | 316 | 276 | 102 | 0 | 10 | 104 | 23 | 65 | 73 | 65 |
| Binary | 11001110 | 10111110 | 1000010 | 0 | 1000 | 1000100 | 10011 | 110101 | 111011 | 110101 |
Color Harmonies of #CEBE42
Complementary color
Monochromatic Colors of #CEBE42
Black with #CEBE42
Text Example
Text Example
White with #CEBE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE42; }
p { color: rgb(206,190,66); }
H1.HeaderClassName
{
color: #CEBE42;
}
.AnyTagClassName
{
color: #CEBE42;
}
</style>
background-color css
<style>
a { background-color: #CEBE42; }
a { background-color: rgb(206,190,66); }
div.DivClassName
{
background-color: #CEBE42;
}
.BgClassName
{
background-color: #CEBE42;
}
</style>
border-color css
<style>
span { border-color: #CEBE42; }
span { border-color: rgb(206,190,66); }
td.TdClassName
{
border-color: #CEBE42;
}
.TagClassName
{
border-color: #CEBE42;
}
</style>