Shades of Old Gold #CEBB33
Tints of Old Gold #CEBB33
RGB
CMYK
RGB Variations
Color information
#CEBB33 (or 0xCEBB33) is known color: Old Gold. HEX triplet: CE, BB and 33. RGB value is (206,187,51). Sum of RGB (Red+Green+Blue) = 206+187+51=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB33 is #3144CC. Grayscale: #B1B1B1. Windows color (decimal): -3228877 or 3390414. OLE color: 3390414.
HSL color Cylindrical-coordinate representation of color #CEBB33: hue angle of 52.65º 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 #CEBB33 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 51 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.19 |
| HSL | 52.65º | 0.61% | 0.5% | - |
| HSV(B) | 52.65º | 0.75% | 0.81% | - |
| XYZ | 43.82 | 48.9 | 10.26 | - |
| YUV | 177.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 51 | 0 | 0.09 | 0.75 | 0.19 | 52.65 | 0.61 | 0.5 |
| Hex | CE | BB | 33 | 0 | 9 | 4B | 13 | 35 | 3D | 32 |
| Octal | 316 | 273 | 63 | 0 | 11 | 113 | 23 | 65 | 75 | 62 |
| Binary | 11001110 | 10111011 | 110011 | 0 | 1001 | 1001011 | 10011 | 110101 | 111101 | 110010 |
Color Harmonies of #CEBB33
Complementary color
Monochromatic Colors of #CEBB33
Black with #CEBB33
Text Example
Text Example
White with #CEBB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB33; }
p { color: rgb(206,187,51); }
H1.HeaderClassName
{
color: #CEBB33;
}
.AnyTagClassName
{
color: #CEBB33;
}
</style>
background-color css
<style>
a { background-color: #CEBB33; }
a { background-color: rgb(206,187,51); }
div.DivClassName
{
background-color: #CEBB33;
}
.BgClassName
{
background-color: #CEBB33;
}
</style>
border-color css
<style>
span { border-color: #CEBB33; }
span { border-color: rgb(206,187,51); }
td.TdClassName
{
border-color: #CEBB33;
}
.TagClassName
{
border-color: #CEBB33;
}
</style>