Shades of Old Gold #CEB835
Tints of Old Gold #CEB835
RGB
CMYK
RGB Variations
Color information
#CEB835 (or 0xCEB835) is known color: Old Gold. HEX triplet: CE, B8 and 35. RGB value is (206,184,53). Sum of RGB (Red+Green+Blue) = 206+184+53=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB835 is #3147CA. Grayscale: #B0B0B0. Windows color (decimal): -3229643 or 3520718. OLE color: 3520718.
HSL color Cylindrical-coordinate representation of color #CEB835: hue angle of 51.37º 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 #CEB835 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 53 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.19 |
| HSL | 51.37º | 0.61% | 0.51% | - |
| HSV(B) | 51.37º | 0.74% | 0.81% | - |
| XYZ | 43.24 | 47.66 | 10.29 | - |
| YUV | 175.64 | 58.79 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 53 | 0 | 0.11 | 0.74 | 0.19 | 51.37 | 0.61 | 0.51 |
| Hex | CE | B8 | 35 | 0 | B | 4A | 13 | 33 | 3D | 33 |
| Octal | 316 | 270 | 65 | 0 | 13 | 112 | 23 | 63 | 75 | 63 |
| Binary | 11001110 | 10111000 | 110101 | 0 | 1011 | 1001010 | 10011 | 110011 | 111101 | 110011 |
Color Harmonies of #CEB835
Complementary color
Monochromatic Colors of #CEB835
Black with #CEB835
Text Example
Text Example
White with #CEB835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB835; }
p { color: rgb(206,184,53); }
H1.HeaderClassName
{
color: #CEB835;
}
.AnyTagClassName
{
color: #CEB835;
}
</style>
background-color css
<style>
a { background-color: #CEB835; }
a { background-color: rgb(206,184,53); }
div.DivClassName
{
background-color: #CEB835;
}
.BgClassName
{
background-color: #CEB835;
}
</style>
border-color css
<style>
span { border-color: #CEB835; }
span { border-color: rgb(206,184,53); }
td.TdClassName
{
border-color: #CEB835;
}
.TagClassName
{
border-color: #CEB835;
}
</style>