Shades of Old Gold #CEB736
Tints of Old Gold #CEB736
RGB
CMYK
RGB Variations
Color information
#CEB736 (or 0xCEB736) is known color: Old Gold. HEX triplet: CE, B7 and 36. RGB value is (206,183,54). Sum of RGB (Red+Green+Blue) = 206+183+54=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB736 is #3148C9. Grayscale: #AFAFAF. Windows color (decimal): -3229898 or 3585998. OLE color: 3585998.
HSL color Cylindrical-coordinate representation of color #CEB736: hue angle of 50.92º 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 #CEB736 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 54 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.19 |
| HSL | 50.92º | 0.61% | 0.51% | - |
| HSV(B) | 50.92º | 0.74% | 0.81% | - |
| XYZ | 43.05 | 47.26 | 10.34 | - |
| YUV | 175.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 54 | 0 | 0.11 | 0.74 | 0.19 | 50.92 | 0.61 | 0.51 |
| Hex | CE | B7 | 36 | 0 | B | 4A | 13 | 33 | 3D | 33 |
| Octal | 316 | 267 | 66 | 0 | 13 | 112 | 23 | 63 | 75 | 63 |
| Binary | 11001110 | 10110111 | 110110 | 0 | 1011 | 1001010 | 10011 | 110011 | 111101 | 110011 |
Color Harmonies of #CEB736
Complementary color
Monochromatic Colors of #CEB736
Black with #CEB736
Text Example
Text Example
White with #CEB736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB736; }
p { color: rgb(206,183,54); }
H1.HeaderClassName
{
color: #CEB736;
}
.AnyTagClassName
{
color: #CEB736;
}
</style>
background-color css
<style>
a { background-color: #CEB736; }
a { background-color: rgb(206,183,54); }
div.DivClassName
{
background-color: #CEB736;
}
.BgClassName
{
background-color: #CEB736;
}
</style>
border-color css
<style>
span { border-color: #CEB736; }
span { border-color: rgb(206,183,54); }
td.TdClassName
{
border-color: #CEB736;
}
.TagClassName
{
border-color: #CEB736;
}
</style>