Shades of Old Gold #CEBB41
Tints of Old Gold #CEBB41
RGB
CMYK
RGB Variations
Color information
#CEBB41 (or 0xCEBB41) is known color: Old Gold. HEX triplet: CE, BB and 41. RGB value is (206,187,65). Sum of RGB (Red+Green+Blue) = 206+187+65=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB41 is #3144BE. Grayscale: #B3B3B3. Windows color (decimal): -3228863 or 4307918. OLE color: 4307918.
HSL color Cylindrical-coordinate representation of color #CEBB41: hue angle of 51.91º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEBB41 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 65 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.19 |
| HSL | 51.91º | 0.59% | 0.53% | - |
| HSV(B) | 51.91º | 0.68% | 0.81% | - |
| XYZ | 44.18 | 49.04 | 12.14 | - |
| YUV | 178.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 65 | 0 | 0.09 | 0.68 | 0.19 | 51.91 | 0.59 | 0.53 |
| Hex | CE | BB | 41 | 0 | 9 | 44 | 13 | 34 | 3B | 35 |
| Octal | 316 | 273 | 101 | 0 | 11 | 104 | 23 | 64 | 73 | 65 |
| Binary | 11001110 | 10111011 | 1000001 | 0 | 1001 | 1000100 | 10011 | 110100 | 111011 | 110101 |
Color Harmonies of #CEBB41
Complementary color
Monochromatic Colors of #CEBB41
Black with #CEBB41
Text Example
Text Example
White with #CEBB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB41; }
p { color: rgb(206,187,65); }
H1.HeaderClassName
{
color: #CEBB41;
}
.AnyTagClassName
{
color: #CEBB41;
}
</style>
background-color css
<style>
a { background-color: #CEBB41; }
a { background-color: rgb(206,187,65); }
div.DivClassName
{
background-color: #CEBB41;
}
.BgClassName
{
background-color: #CEBB41;
}
</style>
border-color css
<style>
span { border-color: #CEBB41; }
span { border-color: rgb(206,187,65); }
td.TdClassName
{
border-color: #CEBB41;
}
.TagClassName
{
border-color: #CEBB41;
}
</style>