Shades of Old Gold #CEBB36
Tints of Old Gold #CEBB36
RGB
CMYK
RGB Variations
Color information
#CEBB36 (or 0xCEBB36) is known color: Old Gold. HEX triplet: CE, BB and 36. RGB value is (206,187,54). Sum of RGB (Red+Green+Blue) = 206+187+54=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB36 is #3144C9. Grayscale: #B2B2B2. Windows color (decimal): -3228874 or 3587022. OLE color: 3587022.
HSL color Cylindrical-coordinate representation of color #CEBB36: hue angle of 52.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEBB36 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 54 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.19 |
| HSL | 52.5º | 0.61% | 0.51% | - |
| HSV(B) | 52.5º | 0.74% | 0.81% | - |
| XYZ | 43.89 | 48.93 | 10.62 | - |
| YUV | 177.52 | 58.29 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 54 | 0 | 0.09 | 0.74 | 0.19 | 52.5 | 0.61 | 0.51 |
| Hex | CE | BB | 36 | 0 | 9 | 4A | 13 | 34 | 3D | 33 |
| Octal | 316 | 273 | 66 | 0 | 11 | 112 | 23 | 64 | 75 | 63 |
| Binary | 11001110 | 10111011 | 110110 | 0 | 1001 | 1001010 | 10011 | 110100 | 111101 | 110011 |
Color Harmonies of #CEBB36
Complementary color
Monochromatic Colors of #CEBB36
Black with #CEBB36
Text Example
Text Example
White with #CEBB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB36; }
p { color: rgb(206,187,54); }
H1.HeaderClassName
{
color: #CEBB36;
}
.AnyTagClassName
{
color: #CEBB36;
}
</style>
background-color css
<style>
a { background-color: #CEBB36; }
a { background-color: rgb(206,187,54); }
div.DivClassName
{
background-color: #CEBB36;
}
.BgClassName
{
background-color: #CEBB36;
}
</style>
border-color css
<style>
span { border-color: #CEBB36; }
span { border-color: rgb(206,187,54); }
td.TdClassName
{
border-color: #CEBB36;
}
.TagClassName
{
border-color: #CEBB36;
}
</style>