Shades of Old Gold #CEBB31
Tints of Old Gold #CEBB31
RGB
CMYK
RGB Variations
Color information
#CEBB31 (or 0xCEBB31) is known color: Old Gold. HEX triplet: CE, BB and 31. RGB value is (206,187,49). Sum of RGB (Red+Green+Blue) = 206+187+49=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB31 is #3144CE. Grayscale: #B1B1B1. Windows color (decimal): -3228879 or 3259342. OLE color: 3259342.
HSL color Cylindrical-coordinate representation of color #CEBB31: hue angle of 52.74º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEBB31 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 49 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.19 |
| HSL | 52.74º | 0.62% | 0.5% | - |
| HSV(B) | 52.74º | 0.76% | 0.81% | - |
| XYZ | 43.78 | 48.88 | 10.03 | - |
| YUV | 176.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 49 | 0 | 0.09 | 0.76 | 0.19 | 52.74 | 0.62 | 0.5 |
| Hex | CE | BB | 31 | 0 | 9 | 4C | 13 | 35 | 3E | 32 |
| Octal | 316 | 273 | 61 | 0 | 11 | 114 | 23 | 65 | 76 | 62 |
| Binary | 11001110 | 10111011 | 110001 | 0 | 1001 | 1001100 | 10011 | 110101 | 111110 | 110010 |
Color Harmonies of #CEBB31
Complementary color
Monochromatic Colors of #CEBB31
Black with #CEBB31
Text Example
Text Example
White with #CEBB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB31; }
p { color: rgb(206,187,49); }
H1.HeaderClassName
{
color: #CEBB31;
}
.AnyTagClassName
{
color: #CEBB31;
}
</style>
background-color css
<style>
a { background-color: #CEBB31; }
a { background-color: rgb(206,187,49); }
div.DivClassName
{
background-color: #CEBB31;
}
.BgClassName
{
background-color: #CEBB31;
}
</style>
border-color css
<style>
span { border-color: #CEBB31; }
span { border-color: rgb(206,187,49); }
td.TdClassName
{
border-color: #CEBB31;
}
.TagClassName
{
border-color: #CEBB31;
}
</style>