Shades of Old Gold #CEB635
Tints of Old Gold #CEB635
RGB
CMYK
RGB Variations
Color information
#CEB635 (or 0xCEB635) is known color: Old Gold. HEX triplet: CE, B6 and 35. RGB value is (206,182,53). Sum of RGB (Red+Green+Blue) = 206+182+53=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB635 is #3149CA. Grayscale: #AFAFAF. Windows color (decimal): -3230155 or 3520206. OLE color: 3520206.
HSL color Cylindrical-coordinate representation of color #CEB635: hue angle of 50.59º 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 #CEB635 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 53 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.19 |
| HSL | 50.59º | 0.61% | 0.51% | - |
| HSV(B) | 50.59º | 0.74% | 0.81% | - |
| XYZ | 42.82 | 46.83 | 10.15 | - |
| YUV | 174.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 53 | 0 | 0.12 | 0.74 | 0.19 | 50.59 | 0.61 | 0.51 |
| Hex | CE | B6 | 35 | 0 | C | 4A | 13 | 33 | 3D | 33 |
| Octal | 316 | 266 | 65 | 0 | 14 | 112 | 23 | 63 | 75 | 63 |
| Binary | 11001110 | 10110110 | 110101 | 0 | 1100 | 1001010 | 10011 | 110011 | 111101 | 110011 |
Color Harmonies of #CEB635
Complementary color
Monochromatic Colors of #CEB635
Black with #CEB635
Text Example
Text Example
White with #CEB635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB635; }
p { color: rgb(206,182,53); }
H1.HeaderClassName
{
color: #CEB635;
}
.AnyTagClassName
{
color: #CEB635;
}
</style>
background-color css
<style>
a { background-color: #CEB635; }
a { background-color: rgb(206,182,53); }
div.DivClassName
{
background-color: #CEB635;
}
.BgClassName
{
background-color: #CEB635;
}
</style>
border-color css
<style>
span { border-color: #CEB635; }
span { border-color: rgb(206,182,53); }
td.TdClassName
{
border-color: #CEB635;
}
.TagClassName
{
border-color: #CEB635;
}
</style>