Shades of Old Gold #CEB436
Tints of Old Gold #CEB436
RGB
CMYK
RGB Variations
Color information
#CEB436 (or 0xCEB436) is known color: Old Gold. HEX triplet: CE, B4 and 36. RGB value is (206,180,54). Sum of RGB (Red+Green+Blue) = 206+180+54=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB436 is #314BC9. Grayscale: #ADADAD. Windows color (decimal): -3230666 or 3585230. OLE color: 3585230.
HSL color Cylindrical-coordinate representation of color #CEB436: hue angle of 49.74º 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 #CEB436 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 54 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.19 |
| HSL | 49.74º | 0.61% | 0.51% | - |
| HSV(B) | 49.74º | 0.74% | 0.81% | - |
| XYZ | 42.44 | 46.03 | 10.14 | - |
| YUV | 173.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 54 | 0 | 0.13 | 0.74 | 0.19 | 49.74 | 0.61 | 0.51 |
| Hex | CE | B4 | 36 | 0 | D | 4A | 13 | 32 | 3D | 33 |
| Octal | 316 | 264 | 66 | 0 | 15 | 112 | 23 | 62 | 75 | 63 |
| Binary | 11001110 | 10110100 | 110110 | 0 | 1101 | 1001010 | 10011 | 110010 | 111101 | 110011 |
Color Harmonies of #CEB436
Complementary color
Monochromatic Colors of #CEB436
Black with #CEB436
Text Example
Text Example
White with #CEB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB436; }
p { color: rgb(206,180,54); }
H1.HeaderClassName
{
color: #CEB436;
}
.AnyTagClassName
{
color: #CEB436;
}
</style>
background-color css
<style>
a { background-color: #CEB436; }
a { background-color: rgb(206,180,54); }
div.DivClassName
{
background-color: #CEB436;
}
.BgClassName
{
background-color: #CEB436;
}
</style>
border-color css
<style>
span { border-color: #CEB436; }
span { border-color: rgb(206,180,54); }
td.TdClassName
{
border-color: #CEB436;
}
.TagClassName
{
border-color: #CEB436;
}
</style>