Shades of Old Gold #CEB83F
Tints of Old Gold #CEB83F
RGB
CMYK
RGB Variations
Color information
#CEB83F (or 0xCEB83F) is known color: Old Gold. HEX triplet: CE, B8 and 3F. RGB value is (206,184,63). Sum of RGB (Red+Green+Blue) = 206+184+63=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB83F is #3147C0. Grayscale: #B1B1B1. Windows color (decimal): -3229633 or 4176078. OLE color: 4176078.
HSL color Cylindrical-coordinate representation of color #CEB83F: hue angle of 50.77º 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 #CEB83F is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 63 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.19 |
| HSL | 50.77º | 0.59% | 0.53% | - |
| HSV(B) | 50.77º | 0.69% | 0.81% | - |
| XYZ | 43.49 | 47.76 | 11.63 | - |
| YUV | 176.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 63 | 0 | 0.11 | 0.69 | 0.19 | 50.77 | 0.59 | 0.53 |
| Hex | CE | B8 | 3F | 0 | B | 45 | 13 | 33 | 3B | 35 |
| Octal | 316 | 270 | 77 | 0 | 13 | 105 | 23 | 63 | 73 | 65 |
| Binary | 11001110 | 10111000 | 111111 | 0 | 1011 | 1000101 | 10011 | 110011 | 111011 | 110101 |
Color Harmonies of #CEB83F
Complementary color
Monochromatic Colors of #CEB83F
Black with #CEB83F
Text Example
Text Example
White with #CEB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB83F; }
p { color: rgb(206,184,63); }
H1.HeaderClassName
{
color: #CEB83F;
}
.AnyTagClassName
{
color: #CEB83F;
}
</style>
background-color css
<style>
a { background-color: #CEB83F; }
a { background-color: rgb(206,184,63); }
div.DivClassName
{
background-color: #CEB83F;
}
.BgClassName
{
background-color: #CEB83F;
}
</style>
border-color css
<style>
span { border-color: #CEB83F; }
span { border-color: rgb(206,184,63); }
td.TdClassName
{
border-color: #CEB83F;
}
.TagClassName
{
border-color: #CEB83F;
}
</style>