Shades of Old Gold #CEBC36
Tints of Old Gold #CEBC36
RGB
CMYK
RGB Variations
Color information
#CEBC36 (or 0xCEBC36) is known color: Old Gold. HEX triplet: CE, BC and 36. RGB value is (206,188,54). Sum of RGB (Red+Green+Blue) = 206+188+54=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC36 is #3143C9. Grayscale: #B2B2B2. Windows color (decimal): -3228618 or 3587278. OLE color: 3587278.
HSL color Cylindrical-coordinate representation of color #CEBC36: hue angle of 52.89º 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 #CEBC36 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 54 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.19 |
| HSL | 52.89º | 0.61% | 0.51% | - |
| HSV(B) | 52.89º | 0.74% | 0.81% | - |
| XYZ | 44.1 | 49.35 | 10.69 | - |
| YUV | 178.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 54 | 0 | 0.09 | 0.74 | 0.19 | 52.89 | 0.61 | 0.51 |
| Hex | CE | BC | 36 | 0 | 9 | 4A | 13 | 35 | 3D | 33 |
| Octal | 316 | 274 | 66 | 0 | 11 | 112 | 23 | 65 | 75 | 63 |
| Binary | 11001110 | 10111100 | 110110 | 0 | 1001 | 1001010 | 10011 | 110101 | 111101 | 110011 |
Color Harmonies of #CEBC36
Complementary color
Monochromatic Colors of #CEBC36
Black with #CEBC36
Text Example
Text Example
White with #CEBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC36; }
p { color: rgb(206,188,54); }
H1.HeaderClassName
{
color: #CEBC36;
}
.AnyTagClassName
{
color: #CEBC36;
}
</style>
background-color css
<style>
a { background-color: #CEBC36; }
a { background-color: rgb(206,188,54); }
div.DivClassName
{
background-color: #CEBC36;
}
.BgClassName
{
background-color: #CEBC36;
}
</style>
border-color css
<style>
span { border-color: #CEBC36; }
span { border-color: rgb(206,188,54); }
td.TdClassName
{
border-color: #CEBC36;
}
.TagClassName
{
border-color: #CEBC36;
}
</style>