Shades of Old Gold #CEBB45
Tints of Old Gold #CEBB45
RGB
CMYK
RGB Variations
Color information
#CEBB45 (or 0xCEBB45) is known color: Old Gold. HEX triplet: CE, BB and 45. RGB value is (206,187,69). Sum of RGB (Red+Green+Blue) = 206+187+69=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB45 is #3144BA. Grayscale: #B3B3B3. Windows color (decimal): -3228859 or 4570062. OLE color: 4570062.
HSL color Cylindrical-coordinate representation of color #CEBB45: hue angle of 51.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEBB45 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 69 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.19 |
| HSL | 51.68º | 0.58% | 0.54% | - |
| HSV(B) | 51.68º | 0.67% | 0.81% | - |
| XYZ | 44.3 | 49.09 | 12.77 | - |
| YUV | 179.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 69 | 0 | 0.09 | 0.67 | 0.19 | 51.68 | 0.58 | 0.54 |
| Hex | CE | BB | 45 | 0 | 9 | 43 | 13 | 34 | 3A | 36 |
| Octal | 316 | 273 | 105 | 0 | 11 | 103 | 23 | 64 | 72 | 66 |
| Binary | 11001110 | 10111011 | 1000101 | 0 | 1001 | 1000011 | 10011 | 110100 | 111010 | 110110 |
Color Harmonies of #CEBB45
Complementary color
Monochromatic Colors of #CEBB45
Black with #CEBB45
Text Example
Text Example
White with #CEBB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB45; }
p { color: rgb(206,187,69); }
H1.HeaderClassName
{
color: #CEBB45;
}
.AnyTagClassName
{
color: #CEBB45;
}
</style>
background-color css
<style>
a { background-color: #CEBB45; }
a { background-color: rgb(206,187,69); }
div.DivClassName
{
background-color: #CEBB45;
}
.BgClassName
{
background-color: #CEBB45;
}
</style>
border-color css
<style>
span { border-color: #CEBB45; }
span { border-color: rgb(206,187,69); }
td.TdClassName
{
border-color: #CEBB45;
}
.TagClassName
{
border-color: #CEBB45;
}
</style>