Shades of Old Gold #CEB830
Tints of Old Gold #CEB830
RGB
CMYK
RGB Variations
Color information
#CEB830 (or 0xCEB830) is known color: Old Gold. HEX triplet: CE, B8 and 30. RGB value is (206,184,48). Sum of RGB (Red+Green+Blue) = 206+184+48=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB830 is #3147CF. Grayscale: #AFAFAF. Windows color (decimal): -3229648 or 3193038. OLE color: 3193038.
HSL color Cylindrical-coordinate representation of color #CEB830: hue angle of 51.65º degrees, saturation: 0.62, 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 #CEB830 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 48 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.19 |
| HSL | 51.65º | 0.62% | 0.5% | - |
| HSV(B) | 51.65º | 0.77% | 0.81% | - |
| XYZ | 43.13 | 47.62 | 9.71 | - |
| YUV | 175.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 48 | 0 | 0.11 | 0.77 | 0.19 | 51.65 | 0.62 | 0.5 |
| Hex | CE | B8 | 30 | 0 | B | 4D | 13 | 34 | 3E | 32 |
| Octal | 316 | 270 | 60 | 0 | 13 | 115 | 23 | 64 | 76 | 62 |
| Binary | 11001110 | 10111000 | 110000 | 0 | 1011 | 1001101 | 10011 | 110100 | 111110 | 110010 |
Color Harmonies of #CEB830
Complementary color
Monochromatic Colors of #CEB830
Black with #CEB830
Text Example
Text Example
White with #CEB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB830; }
p { color: rgb(206,184,48); }
H1.HeaderClassName
{
color: #CEB830;
}
.AnyTagClassName
{
color: #CEB830;
}
</style>
background-color css
<style>
a { background-color: #CEB830; }
a { background-color: rgb(206,184,48); }
div.DivClassName
{
background-color: #CEB830;
}
.BgClassName
{
background-color: #CEB830;
}
</style>
border-color css
<style>
span { border-color: #CEB830; }
span { border-color: rgb(206,184,48); }
td.TdClassName
{
border-color: #CEB830;
}
.TagClassName
{
border-color: #CEB830;
}
</style>