Shades of Old Gold #CEB73F
Tints of Old Gold #CEB73F
RGB
CMYK
RGB Variations
Color information
#CEB73F (or 0xCEB73F) is known color: Old Gold. HEX triplet: CE, B7 and 3F. RGB value is (206,183,63). Sum of RGB (Red+Green+Blue) = 206+183+63=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB73F is #3148C0. Grayscale: #B0B0B0. Windows color (decimal): -3229889 or 4175822. OLE color: 4175822.
HSL color Cylindrical-coordinate representation of color #CEB73F: hue angle of 50.35º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEB73F is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 63 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.19 |
| HSL | 50.35º | 0.59% | 0.53% | - |
| HSV(B) | 50.35º | 0.69% | 0.81% | - |
| XYZ | 43.28 | 47.35 | 11.56 | - |
| YUV | 176.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 63 | 0 | 0.11 | 0.69 | 0.19 | 50.35 | 0.59 | 0.53 |
| Hex | CE | B7 | 3F | 0 | B | 45 | 13 | 32 | 3B | 35 |
| Octal | 316 | 267 | 77 | 0 | 13 | 105 | 23 | 62 | 73 | 65 |
| Binary | 11001110 | 10110111 | 111111 | 0 | 1011 | 1000101 | 10011 | 110010 | 111011 | 110101 |
Color Harmonies of #CEB73F
Complementary color
Monochromatic Colors of #CEB73F
Black with #CEB73F
Text Example
Text Example
White with #CEB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB73F; }
p { color: rgb(206,183,63); }
H1.HeaderClassName
{
color: #CEB73F;
}
.AnyTagClassName
{
color: #CEB73F;
}
</style>
background-color css
<style>
a { background-color: #CEB73F; }
a { background-color: rgb(206,183,63); }
div.DivClassName
{
background-color: #CEB73F;
}
.BgClassName
{
background-color: #CEB73F;
}
</style>
border-color css
<style>
span { border-color: #CEB73F; }
span { border-color: rgb(206,183,63); }
td.TdClassName
{
border-color: #CEB73F;
}
.TagClassName
{
border-color: #CEB73F;
}
</style>