Shades of Old Gold #CEBB46
Tints of Old Gold #CEBB46
RGB
CMYK
RGB Variations
Color information
#CEBB46 (or 0xCEBB46) is known color: Old Gold. HEX triplet: CE, BB and 46. RGB value is (206,187,70). Sum of RGB (Red+Green+Blue) = 206+187+70=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB46 is #3144B9. Grayscale: #B3B3B3. Windows color (decimal): -3228858 or 4635598. OLE color: 4635598.
HSL color Cylindrical-coordinate representation of color #CEBB46: hue angle of 51.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEBB46 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 70 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.19 |
| HSL | 51.62º | 0.58% | 0.54% | - |
| HSV(B) | 51.62º | 0.66% | 0.81% | - |
| XYZ | 44.33 | 49.1 | 12.94 | - |
| YUV | 179.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 70 | 0 | 0.09 | 0.66 | 0.19 | 51.62 | 0.58 | 0.54 |
| Hex | CE | BB | 46 | 0 | 9 | 42 | 13 | 34 | 3A | 36 |
| Octal | 316 | 273 | 106 | 0 | 11 | 102 | 23 | 64 | 72 | 66 |
| Binary | 11001110 | 10111011 | 1000110 | 0 | 1001 | 1000010 | 10011 | 110100 | 111010 | 110110 |
Color Harmonies of #CEBB46
Complementary color
Monochromatic Colors of #CEBB46
Black with #CEBB46
Text Example
Text Example
White with #CEBB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB46; }
p { color: rgb(206,187,70); }
H1.HeaderClassName
{
color: #CEBB46;
}
.AnyTagClassName
{
color: #CEBB46;
}
</style>
background-color css
<style>
a { background-color: #CEBB46; }
a { background-color: rgb(206,187,70); }
div.DivClassName
{
background-color: #CEBB46;
}
.BgClassName
{
background-color: #CEBB46;
}
</style>
border-color css
<style>
span { border-color: #CEBB46; }
span { border-color: rgb(206,187,70); }
td.TdClassName
{
border-color: #CEBB46;
}
.TagClassName
{
border-color: #CEBB46;
}
</style>