Shades of Old Gold #CEB52F
Tints of Old Gold #CEB52F
RGB
CMYK
RGB Variations
Color information
#CEB52F (or 0xCEB52F) is known color: Old Gold. HEX triplet: CE, B5 and 2F. RGB value is (206,181,47). Sum of RGB (Red+Green+Blue) = 206+181+47=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB52F is #314AD0. Grayscale: #ADADAD. Windows color (decimal): -3230417 or 3126734. OLE color: 3126734.
HSL color Cylindrical-coordinate representation of color #CEB52F: hue angle of 50.57º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEB52F is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 47 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.19 |
| HSL | 50.57º | 0.63% | 0.5% | - |
| HSV(B) | 50.57º | 0.77% | 0.81% | - |
| XYZ | 42.49 | 46.37 | 9.4 | - |
| YUV | 173.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 47 | 0 | 0.12 | 0.77 | 0.19 | 50.57 | 0.63 | 0.5 |
| Hex | CE | B5 | 2F | 0 | C | 4D | 13 | 33 | 3F | 32 |
| Octal | 316 | 265 | 57 | 0 | 14 | 115 | 23 | 63 | 77 | 62 |
| Binary | 11001110 | 10110101 | 101111 | 0 | 1100 | 1001101 | 10011 | 110011 | 111111 | 110010 |
Color Harmonies of #CEB52F
Complementary color
Monochromatic Colors of #CEB52F
Black with #CEB52F
Text Example
Text Example
White with #CEB52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB52F; }
p { color: rgb(206,181,47); }
H1.HeaderClassName
{
color: #CEB52F;
}
.AnyTagClassName
{
color: #CEB52F;
}
</style>
background-color css
<style>
a { background-color: #CEB52F; }
a { background-color: rgb(206,181,47); }
div.DivClassName
{
background-color: #CEB52F;
}
.BgClassName
{
background-color: #CEB52F;
}
</style>
border-color css
<style>
span { border-color: #CEB52F; }
span { border-color: rgb(206,181,47); }
td.TdClassName
{
border-color: #CEB52F;
}
.TagClassName
{
border-color: #CEB52F;
}
</style>