Shades of Old Gold #CEB330
Tints of Old Gold #CEB330
RGB
CMYK
RGB Variations
Color information
#CEB330 (or 0xCEB330) is known color: Old Gold. HEX triplet: CE, B3 and 30. RGB value is (206,179,48). Sum of RGB (Red+Green+Blue) = 206+179+48=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB330 is #314CCF. Grayscale: #ACACAC. Windows color (decimal): -3230928 or 3191758. OLE color: 3191758.
HSL color Cylindrical-coordinate representation of color #CEB330: hue angle of 49.75º 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 #CEB330 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 48 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.19 |
| HSL | 49.75º | 0.62% | 0.5% | - |
| HSV(B) | 49.75º | 0.77% | 0.81% | - |
| XYZ | 42.11 | 45.58 | 9.37 | - |
| YUV | 172.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 48 | 0 | 0.13 | 0.77 | 0.19 | 49.75 | 0.62 | 0.5 |
| Hex | CE | B3 | 30 | 0 | D | 4D | 13 | 32 | 3E | 32 |
| Octal | 316 | 263 | 60 | 0 | 15 | 115 | 23 | 62 | 76 | 62 |
| Binary | 11001110 | 10110011 | 110000 | 0 | 1101 | 1001101 | 10011 | 110010 | 111110 | 110010 |
Color Harmonies of #CEB330
Complementary color
Monochromatic Colors of #CEB330
Black with #CEB330
Text Example
Text Example
White with #CEB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB330; }
p { color: rgb(206,179,48); }
H1.HeaderClassName
{
color: #CEB330;
}
.AnyTagClassName
{
color: #CEB330;
}
</style>
background-color css
<style>
a { background-color: #CEB330; }
a { background-color: rgb(206,179,48); }
div.DivClassName
{
background-color: #CEB330;
}
.BgClassName
{
background-color: #CEB330;
}
</style>
border-color css
<style>
span { border-color: #CEB330; }
span { border-color: rgb(206,179,48); }
td.TdClassName
{
border-color: #CEB330;
}
.TagClassName
{
border-color: #CEB330;
}
</style>