Shades of Old Gold #CEB648
Tints of Old Gold #CEB648
RGB
CMYK
RGB Variations
Color information
#CEB648 (or 0xCEB648) is known color: Old Gold. HEX triplet: CE, B6 and 48. RGB value is (206,182,72). Sum of RGB (Red+Green+Blue) = 206+182+72=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB648 is #3149B7. Grayscale: #B1B1B1. Windows color (decimal): -3230136 or 4765390. OLE color: 4765390.
HSL color Cylindrical-coordinate representation of color #CEB648: hue angle of 49.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEB648 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 72 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.19 |
| HSL | 49.25º | 0.58% | 0.55% | - |
| HSV(B) | 49.25º | 0.65% | 0.81% | - |
| XYZ | 43.35 | 47.05 | 12.93 | - |
| YUV | 176.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 72 | 0 | 0.12 | 0.65 | 0.19 | 49.25 | 0.58 | 0.55 |
| Hex | CE | B6 | 48 | 0 | C | 41 | 13 | 31 | 3A | 37 |
| Octal | 316 | 266 | 110 | 0 | 14 | 101 | 23 | 61 | 72 | 67 |
| Binary | 11001110 | 10110110 | 1001000 | 0 | 1100 | 1000001 | 10011 | 110001 | 111010 | 110111 |
Color Harmonies of #CEB648
Complementary color
Monochromatic Colors of #CEB648
Black with #CEB648
Text Example
Text Example
White with #CEB648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB648; }
p { color: rgb(206,182,72); }
H1.HeaderClassName
{
color: #CEB648;
}
.AnyTagClassName
{
color: #CEB648;
}
</style>
background-color css
<style>
a { background-color: #CEB648; }
a { background-color: rgb(206,182,72); }
div.DivClassName
{
background-color: #CEB648;
}
.BgClassName
{
background-color: #CEB648;
}
</style>
border-color css
<style>
span { border-color: #CEB648; }
span { border-color: rgb(206,182,72); }
td.TdClassName
{
border-color: #CEB648;
}
.TagClassName
{
border-color: #CEB648;
}
</style>