Shades of Old Gold #CEB343
Tints of Old Gold #CEB343
RGB
CMYK
RGB Variations
Color information
#CEB343 (or 0xCEB343) is known color: Old Gold. HEX triplet: CE, B3 and 43. RGB value is (206,179,67). Sum of RGB (Red+Green+Blue) = 206+179+67=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB343 is #314CBC. Grayscale: #AEAEAE. Windows color (decimal): -3230909 or 4436942. OLE color: 4436942.
HSL color Cylindrical-coordinate representation of color #CEB343: hue angle of 48.35º 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 #CEB343 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 67 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.19 |
| HSL | 48.35º | 0.59% | 0.54% | - |
| HSV(B) | 48.35º | 0.67% | 0.81% | - |
| XYZ | 42.59 | 45.77 | 11.9 | - |
| YUV | 174.31 | 67.45 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 67 | 0 | 0.13 | 0.67 | 0.19 | 48.35 | 0.59 | 0.54 |
| Hex | CE | B3 | 43 | 0 | D | 43 | 13 | 30 | 3B | 36 |
| Octal | 316 | 263 | 103 | 0 | 15 | 103 | 23 | 60 | 73 | 66 |
| Binary | 11001110 | 10110011 | 1000011 | 0 | 1101 | 1000011 | 10011 | 110000 | 111011 | 110110 |
Color Harmonies of #CEB343
Complementary color
Monochromatic Colors of #CEB343
Black with #CEB343
Text Example
Text Example
White with #CEB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB343; }
p { color: rgb(206,179,67); }
H1.HeaderClassName
{
color: #CEB343;
}
.AnyTagClassName
{
color: #CEB343;
}
</style>
background-color css
<style>
a { background-color: #CEB343; }
a { background-color: rgb(206,179,67); }
div.DivClassName
{
background-color: #CEB343;
}
.BgClassName
{
background-color: #CEB343;
}
</style>
border-color css
<style>
span { border-color: #CEB343; }
span { border-color: rgb(206,179,67); }
td.TdClassName
{
border-color: #CEB343;
}
.TagClassName
{
border-color: #CEB343;
}
</style>