Shades of Old Gold #CEB335
Tints of Old Gold #CEB335
RGB
CMYK
RGB Variations
Color information
#CEB335 (or 0xCEB335) is known color: Old Gold. HEX triplet: CE, B3 and 35. RGB value is (206,179,53). Sum of RGB (Red+Green+Blue) = 206+179+53=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB335 is #314CCA. Grayscale: #ADADAD. Windows color (decimal): -3230923 or 3519438. OLE color: 3519438.
HSL color Cylindrical-coordinate representation of color #CEB335: hue angle of 49.41º 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 #CEB335 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 53 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.19 |
| HSL | 49.41º | 0.61% | 0.51% | - |
| HSV(B) | 49.41º | 0.74% | 0.81% | - |
| XYZ | 42.22 | 45.62 | 9.95 | - |
| YUV | 172.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 53 | 0 | 0.13 | 0.74 | 0.19 | 49.41 | 0.61 | 0.51 |
| Hex | CE | B3 | 35 | 0 | D | 4A | 13 | 31 | 3D | 33 |
| Octal | 316 | 263 | 65 | 0 | 15 | 112 | 23 | 61 | 75 | 63 |
| Binary | 11001110 | 10110011 | 110101 | 0 | 1101 | 1001010 | 10011 | 110001 | 111101 | 110011 |
Color Harmonies of #CEB335
Complementary color
Monochromatic Colors of #CEB335
Black with #CEB335
Text Example
Text Example
White with #CEB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB335; }
p { color: rgb(206,179,53); }
H1.HeaderClassName
{
color: #CEB335;
}
.AnyTagClassName
{
color: #CEB335;
}
</style>
background-color css
<style>
a { background-color: #CEB335; }
a { background-color: rgb(206,179,53); }
div.DivClassName
{
background-color: #CEB335;
}
.BgClassName
{
background-color: #CEB335;
}
</style>
border-color css
<style>
span { border-color: #CEB335; }
span { border-color: rgb(206,179,53); }
td.TdClassName
{
border-color: #CEB335;
}
.TagClassName
{
border-color: #CEB335;
}
</style>