Shades of Old Gold #CEB731
Tints of Old Gold #CEB731
RGB
CMYK
RGB Variations
Color information
#CEB731 (or 0xCEB731) is known color: Old Gold. HEX triplet: CE, B7 and 31. RGB value is (206,183,49). Sum of RGB (Red+Green+Blue) = 206+183+49=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB731 is #3148CE. Grayscale: #AFAFAF. Windows color (decimal): -3229903 or 3258318. OLE color: 3258318.
HSL color Cylindrical-coordinate representation of color #CEB731: hue angle of 51.21º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEB731 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 49 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.19 |
| HSL | 51.21º | 0.62% | 0.5% | - |
| HSV(B) | 51.21º | 0.76% | 0.81% | - |
| XYZ | 42.94 | 47.21 | 9.76 | - |
| YUV | 174.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 49 | 0 | 0.11 | 0.76 | 0.19 | 51.21 | 0.62 | 0.5 |
| Hex | CE | B7 | 31 | 0 | B | 4C | 13 | 33 | 3E | 32 |
| Octal | 316 | 267 | 61 | 0 | 13 | 114 | 23 | 63 | 76 | 62 |
| Binary | 11001110 | 10110111 | 110001 | 0 | 1011 | 1001100 | 10011 | 110011 | 111110 | 110010 |
Color Harmonies of #CEB731
Complementary color
Monochromatic Colors of #CEB731
Black with #CEB731
Text Example
Text Example
White with #CEB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB731; }
p { color: rgb(206,183,49); }
H1.HeaderClassName
{
color: #CEB731;
}
.AnyTagClassName
{
color: #CEB731;
}
</style>
background-color css
<style>
a { background-color: #CEB731; }
a { background-color: rgb(206,183,49); }
div.DivClassName
{
background-color: #CEB731;
}
.BgClassName
{
background-color: #CEB731;
}
</style>
border-color css
<style>
span { border-color: #CEB731; }
span { border-color: rgb(206,183,49); }
td.TdClassName
{
border-color: #CEB731;
}
.TagClassName
{
border-color: #CEB731;
}
</style>