Shades of Old Gold #CEB73C
Tints of Old Gold #CEB73C
RGB
CMYK
RGB Variations
Color information
#CEB73C (or 0xCEB73C) is known color: Old Gold. HEX triplet: CE, B7 and 3C. RGB value is (206,183,60). Sum of RGB (Red+Green+Blue) = 206+183+60=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB73C is #3148C3. Grayscale: #B0B0B0. Windows color (decimal): -3229892 or 3979214. OLE color: 3979214.
HSL color Cylindrical-coordinate representation of color #CEB73C: hue angle of 50.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEB73C is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 60 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.19 |
| HSL | 50.55º | 0.6% | 0.52% | - |
| HSV(B) | 50.55º | 0.71% | 0.81% | - |
| XYZ | 43.2 | 47.32 | 11.13 | - |
| YUV | 175.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 60 | 0 | 0.11 | 0.71 | 0.19 | 50.55 | 0.6 | 0.52 |
| Hex | CE | B7 | 3C | 0 | B | 47 | 13 | 33 | 3C | 34 |
| Octal | 316 | 267 | 74 | 0 | 13 | 107 | 23 | 63 | 74 | 64 |
| Binary | 11001110 | 10110111 | 111100 | 0 | 1011 | 1000111 | 10011 | 110011 | 111100 | 110100 |
Color Harmonies of #CEB73C
Complementary color
Monochromatic Colors of #CEB73C
Black with #CEB73C
Text Example
Text Example
White with #CEB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB73C; }
p { color: rgb(206,183,60); }
H1.HeaderClassName
{
color: #CEB73C;
}
.AnyTagClassName
{
color: #CEB73C;
}
</style>
background-color css
<style>
a { background-color: #CEB73C; }
a { background-color: rgb(206,183,60); }
div.DivClassName
{
background-color: #CEB73C;
}
.BgClassName
{
background-color: #CEB73C;
}
</style>
border-color css
<style>
span { border-color: #CEB73C; }
span { border-color: rgb(206,183,60); }
td.TdClassName
{
border-color: #CEB73C;
}
.TagClassName
{
border-color: #CEB73C;
}
</style>