Shades of Old Gold #CEC03B
Tints of Old Gold #CEC03B
RGB
CMYK
RGB Variations
Color information
#CEC03B (or 0xCEC03B) is known color: Old Gold. HEX triplet: CE, C0 and 3B. RGB value is (206,192,59). Sum of RGB (Red+Green+Blue) = 206+192+59=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC03B is #313FC4. Grayscale: #B5B5B5. Windows color (decimal): -3227589 or 3915982. OLE color: 3915982.
HSL color Cylindrical-coordinate representation of color #CEC03B: hue angle of 54.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEC03B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 59 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.19 |
| HSL | 54.29º | 0.6% | 0.52% | - |
| HSV(B) | 54.29º | 0.71% | 0.81% | - |
| XYZ | 45.09 | 51.14 | 11.63 | - |
| YUV | 181.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 59 | 0 | 0.07 | 0.71 | 0.19 | 54.29 | 0.6 | 0.52 |
| Hex | CE | C0 | 3B | 0 | 7 | 47 | 13 | 36 | 3C | 34 |
| Octal | 316 | 300 | 73 | 0 | 7 | 107 | 23 | 66 | 74 | 64 |
| Binary | 11001110 | 11000000 | 111011 | 0 | 111 | 1000111 | 10011 | 110110 | 111100 | 110100 |
Color Harmonies of #CEC03B
Complementary color
Monochromatic Colors of #CEC03B
Black with #CEC03B
Text Example
Text Example
White with #CEC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC03B; }
p { color: rgb(206,192,59); }
H1.HeaderClassName
{
color: #CEC03B;
}
.AnyTagClassName
{
color: #CEC03B;
}
</style>
background-color css
<style>
a { background-color: #CEC03B; }
a { background-color: rgb(206,192,59); }
div.DivClassName
{
background-color: #CEC03B;
}
.BgClassName
{
background-color: #CEC03B;
}
</style>
border-color css
<style>
span { border-color: #CEC03B; }
span { border-color: rgb(206,192,59); }
td.TdClassName
{
border-color: #CEC03B;
}
.TagClassName
{
border-color: #CEC03B;
}
</style>