Shades of Old Gold #CEBC2D
Tints of Old Gold #CEBC2D
RGB
CMYK
RGB Variations
Color information
#CEBC2D (or 0xCEBC2D) is known color: Old Gold. HEX triplet: CE, BC and 2D. RGB value is (206,188,45). Sum of RGB (Red+Green+Blue) = 206+188+45=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC2D is #3143D2. Grayscale: #B1B1B1. Windows color (decimal): -3228627 or 2997454. OLE color: 2997454.
HSL color Cylindrical-coordinate representation of color #CEBC2D: hue angle of 53.29º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEBC2D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 45 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.19 |
| HSL | 53.29º | 0.64% | 0.49% | - |
| HSV(B) | 53.29º | 0.78% | 0.81% | - |
| XYZ | 43.91 | 49.28 | 9.68 | - |
| YUV | 177.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 45 | 0 | 0.09 | 0.78 | 0.19 | 53.29 | 0.64 | 0.49 |
| Hex | CE | BC | 2D | 0 | 9 | 4E | 13 | 35 | 40 | 31 |
| Octal | 316 | 274 | 55 | 0 | 11 | 116 | 23 | 65 | 100 | 61 |
| Binary | 11001110 | 10111100 | 101101 | 0 | 1001 | 1001110 | 10011 | 110101 | 1000000 | 110001 |
Color Harmonies of #CEBC2D
Complementary color
Monochromatic Colors of #CEBC2D
Black with #CEBC2D
Text Example
Text Example
White with #CEBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC2D; }
p { color: rgb(206,188,45); }
H1.HeaderClassName
{
color: #CEBC2D;
}
.AnyTagClassName
{
color: #CEBC2D;
}
</style>
background-color css
<style>
a { background-color: #CEBC2D; }
a { background-color: rgb(206,188,45); }
div.DivClassName
{
background-color: #CEBC2D;
}
.BgClassName
{
background-color: #CEBC2D;
}
</style>
border-color css
<style>
span { border-color: #CEBC2D; }
span { border-color: rgb(206,188,45); }
td.TdClassName
{
border-color: #CEBC2D;
}
.TagClassName
{
border-color: #CEBC2D;
}
</style>