Shades of Old Gold #CEB942
Tints of Old Gold #CEB942
RGB
CMYK
RGB Variations
Color information
#CEB942 (or 0xCEB942) is known color: Old Gold. HEX triplet: CE, B9 and 42. RGB value is (206,185,66). Sum of RGB (Red+Green+Blue) = 206+185+66=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB942 is #3146BD. Grayscale: #B2B2B2. Windows color (decimal): -3229374 or 4372942. OLE color: 4372942.
HSL color Cylindrical-coordinate representation of color #CEB942: hue angle of 51º 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 #CEB942 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 66 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.19 |
| HSL | 51º | 0.59% | 0.53% | - |
| HSV(B) | 51º | 0.68% | 0.81% | - |
| XYZ | 43.79 | 48.21 | 12.15 | - |
| YUV | 177.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 66 | 0 | 0.10 | 0.68 | 0.19 | 51 | 0.59 | 0.53 |
| Hex | CE | B9 | 42 | 0 | A | 44 | 13 | 33 | 3B | 35 |
| Octal | 316 | 271 | 102 | 0 | 12 | 104 | 23 | 63 | 73 | 65 |
| Binary | 11001110 | 10111001 | 1000010 | 0 | 1010 | 1000100 | 10011 | 110011 | 111011 | 110101 |
Color Harmonies of #CEB942
Complementary color
Monochromatic Colors of #CEB942
Black with #CEB942
Text Example
Text Example
White with #CEB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB942; }
p { color: rgb(206,185,66); }
H1.HeaderClassName
{
color: #CEB942;
}
.AnyTagClassName
{
color: #CEB942;
}
</style>
background-color css
<style>
a { background-color: #CEB942; }
a { background-color: rgb(206,185,66); }
div.DivClassName
{
background-color: #CEB942;
}
.BgClassName
{
background-color: #CEB942;
}
</style>
border-color css
<style>
span { border-color: #CEB942; }
span { border-color: rgb(206,185,66); }
td.TdClassName
{
border-color: #CEB942;
}
.TagClassName
{
border-color: #CEB942;
}
</style>