Shades of Old Gold #CEB53D
Tints of Old Gold #CEB53D
RGB
CMYK
RGB Variations
Color information
#CEB53D (or 0xCEB53D) is known color: Old Gold. HEX triplet: CE, B5 and 3D. RGB value is (206,181,61). Sum of RGB (Red+Green+Blue) = 206+181+61=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB53D is #314AC2. Grayscale: #AFAFAF. Windows color (decimal): -3230403 or 4044238. OLE color: 4044238.
HSL color Cylindrical-coordinate representation of color #CEB53D: hue angle of 49.66º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEB53D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 61 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.19 |
| HSL | 49.66º | 0.6% | 0.52% | - |
| HSV(B) | 49.66º | 0.7% | 0.81% | - |
| XYZ | 42.82 | 46.51 | 11.13 | - |
| YUV | 174.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 61 | 0 | 0.12 | 0.70 | 0.19 | 49.66 | 0.6 | 0.52 |
| Hex | CE | B5 | 3D | 0 | C | 46 | 13 | 32 | 3C | 34 |
| Octal | 316 | 265 | 75 | 0 | 14 | 106 | 23 | 62 | 74 | 64 |
| Binary | 11001110 | 10110101 | 111101 | 0 | 1100 | 1000110 | 10011 | 110010 | 111100 | 110100 |
Color Harmonies of #CEB53D
Complementary color
Monochromatic Colors of #CEB53D
Black with #CEB53D
Text Example
Text Example
White with #CEB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB53D; }
p { color: rgb(206,181,61); }
H1.HeaderClassName
{
color: #CEB53D;
}
.AnyTagClassName
{
color: #CEB53D;
}
</style>
background-color css
<style>
a { background-color: #CEB53D; }
a { background-color: rgb(206,181,61); }
div.DivClassName
{
background-color: #CEB53D;
}
.BgClassName
{
background-color: #CEB53D;
}
</style>
border-color css
<style>
span { border-color: #CEB53D; }
span { border-color: rgb(206,181,61); }
td.TdClassName
{
border-color: #CEB53D;
}
.TagClassName
{
border-color: #CEB53D;
}
</style>