Shades of Old Gold #CEBC37
Tints of Old Gold #CEBC37
RGB
CMYK
RGB Variations
Color information
#CEBC37 (or 0xCEBC37) is known color: Old Gold. HEX triplet: CE, BC and 37. RGB value is (206,188,55). Sum of RGB (Red+Green+Blue) = 206+188+55=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC37 is #3143C8. Grayscale: #B2B2B2. Windows color (decimal): -3228617 or 3652814. OLE color: 3652814.
HSL color Cylindrical-coordinate representation of color #CEBC37: hue angle of 52.85º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEBC37 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 55 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.19 |
| HSL | 52.85º | 0.61% | 0.51% | - |
| HSV(B) | 52.85º | 0.73% | 0.81% | - |
| XYZ | 44.13 | 49.36 | 10.82 | - |
| YUV | 178.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 55 | 0 | 0.09 | 0.73 | 0.19 | 52.85 | 0.61 | 0.51 |
| Hex | CE | BC | 37 | 0 | 9 | 49 | 13 | 35 | 3D | 33 |
| Octal | 316 | 274 | 67 | 0 | 11 | 111 | 23 | 65 | 75 | 63 |
| Binary | 11001110 | 10111100 | 110111 | 0 | 1001 | 1001001 | 10011 | 110101 | 111101 | 110011 |
Color Harmonies of #CEBC37
Complementary color
Monochromatic Colors of #CEBC37
Black with #CEBC37
Text Example
Text Example
White with #CEBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC37; }
p { color: rgb(206,188,55); }
H1.HeaderClassName
{
color: #CEBC37;
}
.AnyTagClassName
{
color: #CEBC37;
}
</style>
background-color css
<style>
a { background-color: #CEBC37; }
a { background-color: rgb(206,188,55); }
div.DivClassName
{
background-color: #CEBC37;
}
.BgClassName
{
background-color: #CEBC37;
}
</style>
border-color css
<style>
span { border-color: #CEBC37; }
span { border-color: rgb(206,188,55); }
td.TdClassName
{
border-color: #CEBC37;
}
.TagClassName
{
border-color: #CEBC37;
}
</style>