Shades of Old Gold #CEB435
Tints of Old Gold #CEB435
RGB
CMYK
RGB Variations
Color information
#CEB435 (or 0xCEB435) is known color: Old Gold. HEX triplet: CE, B4 and 35. RGB value is (206,180,53). Sum of RGB (Red+Green+Blue) = 206+180+53=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB435 is #314BCA. Grayscale: #ADADAD. Windows color (decimal): -3230667 or 3519694. OLE color: 3519694.
HSL color Cylindrical-coordinate representation of color #CEB435: hue angle of 49.8º 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 #CEB435 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 53 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.19 |
| HSL | 49.8º | 0.61% | 0.51% | - |
| HSV(B) | 49.8º | 0.74% | 0.81% | - |
| XYZ | 42.42 | 46.02 | 10.02 | - |
| YUV | 173.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 53 | 0 | 0.13 | 0.74 | 0.19 | 49.8 | 0.61 | 0.51 |
| Hex | CE | B4 | 35 | 0 | D | 4A | 13 | 32 | 3D | 33 |
| Octal | 316 | 264 | 65 | 0 | 15 | 112 | 23 | 62 | 75 | 63 |
| Binary | 11001110 | 10110100 | 110101 | 0 | 1101 | 1001010 | 10011 | 110010 | 111101 | 110011 |
Color Harmonies of #CEB435
Complementary color
Monochromatic Colors of #CEB435
Black with #CEB435
Text Example
Text Example
White with #CEB435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB435; }
p { color: rgb(206,180,53); }
H1.HeaderClassName
{
color: #CEB435;
}
.AnyTagClassName
{
color: #CEB435;
}
</style>
background-color css
<style>
a { background-color: #CEB435; }
a { background-color: rgb(206,180,53); }
div.DivClassName
{
background-color: #CEB435;
}
.BgClassName
{
background-color: #CEB435;
}
</style>
border-color css
<style>
span { border-color: #CEB435; }
span { border-color: rgb(206,180,53); }
td.TdClassName
{
border-color: #CEB435;
}
.TagClassName
{
border-color: #CEB435;
}
</style>