Shades of Old Gold #CEB741
Tints of Old Gold #CEB741
RGB
CMYK
RGB Variations
Color information
#CEB741 (or 0xCEB741) is known color: Old Gold. HEX triplet: CE, B7 and 41. RGB value is (206,183,65). Sum of RGB (Red+Green+Blue) = 206+183+65=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB741 is #3148BE. Grayscale: #B0B0B0. Windows color (decimal): -3229887 or 4306894. OLE color: 4306894.
HSL color Cylindrical-coordinate representation of color #CEB741: hue angle of 50.21º 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 #CEB741 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 65 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.19 |
| HSL | 50.21º | 0.59% | 0.53% | - |
| HSV(B) | 50.21º | 0.68% | 0.81% | - |
| XYZ | 43.34 | 47.37 | 11.86 | - |
| YUV | 176.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 65 | 0 | 0.11 | 0.68 | 0.19 | 50.21 | 0.59 | 0.53 |
| Hex | CE | B7 | 41 | 0 | B | 44 | 13 | 32 | 3B | 35 |
| Octal | 316 | 267 | 101 | 0 | 13 | 104 | 23 | 62 | 73 | 65 |
| Binary | 11001110 | 10110111 | 1000001 | 0 | 1011 | 1000100 | 10011 | 110010 | 111011 | 110101 |
Color Harmonies of #CEB741
Complementary color
Monochromatic Colors of #CEB741
Black with #CEB741
Text Example
Text Example
White with #CEB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB741; }
p { color: rgb(206,183,65); }
H1.HeaderClassName
{
color: #CEB741;
}
.AnyTagClassName
{
color: #CEB741;
}
</style>
background-color css
<style>
a { background-color: #CEB741; }
a { background-color: rgb(206,183,65); }
div.DivClassName
{
background-color: #CEB741;
}
.BgClassName
{
background-color: #CEB741;
}
</style>
border-color css
<style>
span { border-color: #CEB741; }
span { border-color: rgb(206,183,65); }
td.TdClassName
{
border-color: #CEB741;
}
.TagClassName
{
border-color: #CEB741;
}
</style>