Shades of Old Gold #CEB833
Tints of Old Gold #CEB833
RGB
CMYK
RGB Variations
Color information
#CEB833 (or 0xCEB833) is known color: Old Gold. HEX triplet: CE, B8 and 33. RGB value is (206,184,51). Sum of RGB (Red+Green+Blue) = 206+184+51=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB833 is #3147CC. Grayscale: #AFAFAF. Windows color (decimal): -3229645 or 3389646. OLE color: 3389646.
HSL color Cylindrical-coordinate representation of color #CEB833: hue angle of 51.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEB833 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 51 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.19 |
| HSL | 51.48º | 0.61% | 0.5% | - |
| HSV(B) | 51.48º | 0.75% | 0.81% | - |
| XYZ | 43.19 | 47.64 | 10.05 | - |
| YUV | 175.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 51 | 0 | 0.11 | 0.75 | 0.19 | 51.48 | 0.61 | 0.5 |
| Hex | CE | B8 | 33 | 0 | B | 4B | 13 | 33 | 3D | 32 |
| Octal | 316 | 270 | 63 | 0 | 13 | 113 | 23 | 63 | 75 | 62 |
| Binary | 11001110 | 10111000 | 110011 | 0 | 1011 | 1001011 | 10011 | 110011 | 111101 | 110010 |
Color Harmonies of #CEB833
Complementary color
Monochromatic Colors of #CEB833
Black with #CEB833
Text Example
Text Example
White with #CEB833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB833; }
p { color: rgb(206,184,51); }
H1.HeaderClassName
{
color: #CEB833;
}
.AnyTagClassName
{
color: #CEB833;
}
</style>
background-color css
<style>
a { background-color: #CEB833; }
a { background-color: rgb(206,184,51); }
div.DivClassName
{
background-color: #CEB833;
}
.BgClassName
{
background-color: #CEB833;
}
</style>
border-color css
<style>
span { border-color: #CEB833; }
span { border-color: rgb(206,184,51); }
td.TdClassName
{
border-color: #CEB833;
}
.TagClassName
{
border-color: #CEB833;
}
</style>