Shades of Old Gold #CEB043
Tints of Old Gold #CEB043
RGB
CMYK
RGB Variations
Color information
#CEB043 (or 0xCEB043) is known color: Old Gold. HEX triplet: CE, B0 and 43. RGB value is (206,176,67). Sum of RGB (Red+Green+Blue) = 206+176+67=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB043 is #314FBC. Grayscale: #ADADAD. Windows color (decimal): -3231677 or 4436174. OLE color: 4436174.
HSL color Cylindrical-coordinate representation of color #CEB043: hue angle of 47.05º degrees, saturation: 0.59, 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 #CEB043 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 67 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.19 |
| HSL | 47.05º | 0.59% | 0.54% | - |
| HSV(B) | 47.05º | 0.67% | 0.81% | - |
| XYZ | 41.99 | 44.58 | 11.7 | - |
| YUV | 172.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 67 | 0 | 0.15 | 0.67 | 0.19 | 47.05 | 0.59 | 0.54 |
| Hex | CE | B0 | 43 | 0 | F | 43 | 13 | 2F | 3B | 36 |
| Octal | 316 | 260 | 103 | 0 | 17 | 103 | 23 | 57 | 73 | 66 |
| Binary | 11001110 | 10110000 | 1000011 | 0 | 1111 | 1000011 | 10011 | 101111 | 111011 | 110110 |
Color Harmonies of #CEB043
Complementary color
Monochromatic Colors of #CEB043
Black with #CEB043
Text Example
Text Example
White with #CEB043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB043; }
p { color: rgb(206,176,67); }
H1.HeaderClassName
{
color: #CEB043;
}
.AnyTagClassName
{
color: #CEB043;
}
</style>
background-color css
<style>
a { background-color: #CEB043; }
a { background-color: rgb(206,176,67); }
div.DivClassName
{
background-color: #CEB043;
}
.BgClassName
{
background-color: #CEB043;
}
</style>
border-color css
<style>
span { border-color: #CEB043; }
span { border-color: rgb(206,176,67); }
td.TdClassName
{
border-color: #CEB043;
}
.TagClassName
{
border-color: #CEB043;
}
</style>