Shades of Old Gold #CEB732
Tints of Old Gold #CEB732
RGB
CMYK
RGB Variations
Color information
#CEB732 (or 0xCEB732) is known color: Old Gold. HEX triplet: CE, B7 and 32. RGB value is (206,183,50). Sum of RGB (Red+Green+Blue) = 206+183+50=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB732 is #3148CD. Grayscale: #AFAFAF. Windows color (decimal): -3229902 or 3323854. OLE color: 3323854.
HSL color Cylindrical-coordinate representation of color #CEB732: hue angle of 51.15º degrees, saturation: 0.61, 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 #CEB732 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 50 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.19 |
| HSL | 51.15º | 0.61% | 0.5% | - |
| HSV(B) | 51.15º | 0.76% | 0.81% | - |
| XYZ | 42.96 | 47.22 | 9.87 | - |
| YUV | 174.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 50 | 0 | 0.11 | 0.76 | 0.19 | 51.15 | 0.61 | 0.5 |
| Hex | CE | B7 | 32 | 0 | B | 4C | 13 | 33 | 3D | 32 |
| Octal | 316 | 267 | 62 | 0 | 13 | 114 | 23 | 63 | 75 | 62 |
| Binary | 11001110 | 10110111 | 110010 | 0 | 1011 | 1001100 | 10011 | 110011 | 111101 | 110010 |
Color Harmonies of #CEB732
Complementary color
Monochromatic Colors of #CEB732
Black with #CEB732
Text Example
Text Example
White with #CEB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB732; }
p { color: rgb(206,183,50); }
H1.HeaderClassName
{
color: #CEB732;
}
.AnyTagClassName
{
color: #CEB732;
}
</style>
background-color css
<style>
a { background-color: #CEB732; }
a { background-color: rgb(206,183,50); }
div.DivClassName
{
background-color: #CEB732;
}
.BgClassName
{
background-color: #CEB732;
}
</style>
border-color css
<style>
span { border-color: #CEB732; }
span { border-color: rgb(206,183,50); }
td.TdClassName
{
border-color: #CEB732;
}
.TagClassName
{
border-color: #CEB732;
}
</style>