Shades of Old Gold #CEB733
Tints of Old Gold #CEB733
RGB
CMYK
RGB Variations
Color information
#CEB733 (or 0xCEB733) is known color: Old Gold. HEX triplet: CE, B7 and 33. RGB value is (206,183,51). Sum of RGB (Red+Green+Blue) = 206+183+51=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB733 is #3148CC. Grayscale: #AFAFAF. Windows color (decimal): -3229901 or 3389390. OLE color: 3389390.
HSL color Cylindrical-coordinate representation of color #CEB733: hue angle of 51.1º 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 #CEB733 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 51 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.19 |
| HSL | 51.1º | 0.61% | 0.5% | - |
| HSV(B) | 51.1º | 0.75% | 0.81% | - |
| XYZ | 42.98 | 47.23 | 9.98 | - |
| YUV | 174.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 51 | 0 | 0.11 | 0.75 | 0.19 | 51.1 | 0.61 | 0.5 |
| Hex | CE | B7 | 33 | 0 | B | 4B | 13 | 33 | 3D | 32 |
| Octal | 316 | 267 | 63 | 0 | 13 | 113 | 23 | 63 | 75 | 62 |
| Binary | 11001110 | 10110111 | 110011 | 0 | 1011 | 1001011 | 10011 | 110011 | 111101 | 110010 |
Color Harmonies of #CEB733
Complementary color
Monochromatic Colors of #CEB733
Black with #CEB733
Text Example
Text Example
White with #CEB733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB733; }
p { color: rgb(206,183,51); }
H1.HeaderClassName
{
color: #CEB733;
}
.AnyTagClassName
{
color: #CEB733;
}
</style>
background-color css
<style>
a { background-color: #CEB733; }
a { background-color: rgb(206,183,51); }
div.DivClassName
{
background-color: #CEB733;
}
.BgClassName
{
background-color: #CEB733;
}
</style>
border-color css
<style>
span { border-color: #CEB733; }
span { border-color: rgb(206,183,51); }
td.TdClassName
{
border-color: #CEB733;
}
.TagClassName
{
border-color: #CEB733;
}
</style>