Shades of Old Gold #CEC035
Tints of Old Gold #CEC035
RGB
CMYK
RGB Variations
Color information
#CEC035 (or 0xCEC035) is known color: Old Gold. HEX triplet: CE, C0 and 35. RGB value is (206,192,53). Sum of RGB (Red+Green+Blue) = 206+192+53=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC035 is #313FCA. Grayscale: #B4B4B4. Windows color (decimal): -3227595 or 3522766. OLE color: 3522766.
HSL color Cylindrical-coordinate representation of color #CEC035: hue angle of 54.51º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEC035 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 53 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.19 |
| HSL | 54.51º | 0.61% | 0.51% | - |
| HSV(B) | 54.51º | 0.74% | 0.81% | - |
| XYZ | 44.95 | 51.08 | 10.86 | - |
| YUV | 180.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 53 | 0 | 0.07 | 0.74 | 0.19 | 54.51 | 0.61 | 0.51 |
| Hex | CE | C0 | 35 | 0 | 7 | 4A | 13 | 37 | 3D | 33 |
| Octal | 316 | 300 | 65 | 0 | 7 | 112 | 23 | 67 | 75 | 63 |
| Binary | 11001110 | 11000000 | 110101 | 0 | 111 | 1001010 | 10011 | 110111 | 111101 | 110011 |
Color Harmonies of #CEC035
Complementary color
Monochromatic Colors of #CEC035
Black with #CEC035
Text Example
Text Example
White with #CEC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC035; }
p { color: rgb(206,192,53); }
H1.HeaderClassName
{
color: #CEC035;
}
.AnyTagClassName
{
color: #CEC035;
}
</style>
background-color css
<style>
a { background-color: #CEC035; }
a { background-color: rgb(206,192,53); }
div.DivClassName
{
background-color: #CEC035;
}
.BgClassName
{
background-color: #CEC035;
}
</style>
border-color css
<style>
span { border-color: #CEC035; }
span { border-color: rgb(206,192,53); }
td.TdClassName
{
border-color: #CEC035;
}
.TagClassName
{
border-color: #CEC035;
}
</style>