Shades of Old Gold #CEB533
Tints of Old Gold #CEB533
RGB
CMYK
RGB Variations
Color information
#CEB533 (or 0xCEB533) is known color: Old Gold. HEX triplet: CE, B5 and 33. RGB value is (206,181,51). Sum of RGB (Red+Green+Blue) = 206+181+51=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB533 is #314ACC. Grayscale: #AEAEAE. Windows color (decimal): -3230413 or 3388878. OLE color: 3388878.
HSL color Cylindrical-coordinate representation of color #CEB533: hue angle of 50.32º 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 #CEB533 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 51 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.19 |
| HSL | 50.32º | 0.61% | 0.5% | - |
| HSV(B) | 50.32º | 0.75% | 0.81% | - |
| XYZ | 42.58 | 46.41 | 9.85 | - |
| YUV | 173.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 51 | 0 | 0.12 | 0.75 | 0.19 | 50.32 | 0.61 | 0.5 |
| Hex | CE | B5 | 33 | 0 | C | 4B | 13 | 32 | 3D | 32 |
| Octal | 316 | 265 | 63 | 0 | 14 | 113 | 23 | 62 | 75 | 62 |
| Binary | 11001110 | 10110101 | 110011 | 0 | 1100 | 1001011 | 10011 | 110010 | 111101 | 110010 |
Color Harmonies of #CEB533
Complementary color
Monochromatic Colors of #CEB533
Black with #CEB533
Text Example
Text Example
White with #CEB533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB533; }
p { color: rgb(206,181,51); }
H1.HeaderClassName
{
color: #CEB533;
}
.AnyTagClassName
{
color: #CEB533;
}
</style>
background-color css
<style>
a { background-color: #CEB533; }
a { background-color: rgb(206,181,51); }
div.DivClassName
{
background-color: #CEB533;
}
.BgClassName
{
background-color: #CEB533;
}
</style>
border-color css
<style>
span { border-color: #CEB533; }
span { border-color: rgb(206,181,51); }
td.TdClassName
{
border-color: #CEB533;
}
.TagClassName
{
border-color: #CEB533;
}
</style>