Shades of Old Gold #CEB145
Tints of Old Gold #CEB145
RGB
CMYK
RGB Variations
Color information
#CEB145 (or 0xCEB145) is known color: Old Gold. HEX triplet: CE, B1 and 45. RGB value is (206,177,69). Sum of RGB (Red+Green+Blue) = 206+177+69=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB145 is #314EBA. Grayscale: #ADADAD. Windows color (decimal): -3231419 or 4567502. OLE color: 4567502.
HSL color Cylindrical-coordinate representation of color #CEB145: hue angle of 47.3º 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 #CEB145 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 69 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.19 |
| HSL | 47.3º | 0.58% | 0.54% | - |
| HSV(B) | 47.3º | 0.67% | 0.81% | - |
| XYZ | 42.25 | 45 | 12.09 | - |
| YUV | 173.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 69 | 0 | 0.14 | 0.67 | 0.19 | 47.3 | 0.58 | 0.54 |
| Hex | CE | B1 | 45 | 0 | E | 43 | 13 | 2F | 3A | 36 |
| Octal | 316 | 261 | 105 | 0 | 16 | 103 | 23 | 57 | 72 | 66 |
| Binary | 11001110 | 10110001 | 1000101 | 0 | 1110 | 1000011 | 10011 | 101111 | 111010 | 110110 |
Color Harmonies of #CEB145
Complementary color
Monochromatic Colors of #CEB145
Black with #CEB145
Text Example
Text Example
White with #CEB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB145; }
p { color: rgb(206,177,69); }
H1.HeaderClassName
{
color: #CEB145;
}
.AnyTagClassName
{
color: #CEB145;
}
</style>
background-color css
<style>
a { background-color: #CEB145; }
a { background-color: rgb(206,177,69); }
div.DivClassName
{
background-color: #CEB145;
}
.BgClassName
{
background-color: #CEB145;
}
</style>
border-color css
<style>
span { border-color: #CEB145; }
span { border-color: rgb(206,177,69); }
td.TdClassName
{
border-color: #CEB145;
}
.TagClassName
{
border-color: #CEB145;
}
</style>