Shades of Old Gold #CEB333
Tints of Old Gold #CEB333
RGB
CMYK
RGB Variations
Color information
#CEB333 (or 0xCEB333) is known color: Old Gold. HEX triplet: CE, B3 and 33. RGB value is (206,179,51). Sum of RGB (Red+Green+Blue) = 206+179+51=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB333 is #314CCC. Grayscale: #ADADAD. Windows color (decimal): -3230925 or 3388366. OLE color: 3388366.
HSL color Cylindrical-coordinate representation of color #CEB333: hue angle of 49.55º 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 #CEB333 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 51 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.19 |
| HSL | 49.55º | 0.61% | 0.5% | - |
| HSV(B) | 49.55º | 0.75% | 0.81% | - |
| XYZ | 42.17 | 45.6 | 9.71 | - |
| YUV | 172.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 51 | 0 | 0.13 | 0.75 | 0.19 | 49.55 | 0.61 | 0.5 |
| Hex | CE | B3 | 33 | 0 | D | 4B | 13 | 32 | 3D | 32 |
| Octal | 316 | 263 | 63 | 0 | 15 | 113 | 23 | 62 | 75 | 62 |
| Binary | 11001110 | 10110011 | 110011 | 0 | 1101 | 1001011 | 10011 | 110010 | 111101 | 110010 |
Color Harmonies of #CEB333
Complementary color
Monochromatic Colors of #CEB333
Black with #CEB333
Text Example
Text Example
White with #CEB333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB333; }
p { color: rgb(206,179,51); }
H1.HeaderClassName
{
color: #CEB333;
}
.AnyTagClassName
{
color: #CEB333;
}
</style>
background-color css
<style>
a { background-color: #CEB333; }
a { background-color: rgb(206,179,51); }
div.DivClassName
{
background-color: #CEB333;
}
.BgClassName
{
background-color: #CEB333;
}
</style>
border-color css
<style>
span { border-color: #CEB333; }
span { border-color: rgb(206,179,51); }
td.TdClassName
{
border-color: #CEB333;
}
.TagClassName
{
border-color: #CEB333;
}
</style>