Shades of Old Gold #CEB242
Tints of Old Gold #CEB242
RGB
CMYK
RGB Variations
Color information
#CEB242 (or 0xCEB242) is known color: Old Gold. HEX triplet: CE, B2 and 42. RGB value is (206,178,66). Sum of RGB (Red+Green+Blue) = 206+178+66=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB242 is #314DBD. Grayscale: #AEAEAE. Windows color (decimal): -3231166 or 4371150. OLE color: 4371150.
HSL color Cylindrical-coordinate representation of color #CEB242: hue angle of 48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEB242 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 66 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.19 |
| HSL | 48º | 0.59% | 0.53% | - |
| HSV(B) | 48º | 0.68% | 0.81% | - |
| XYZ | 42.36 | 45.36 | 11.68 | - |
| YUV | 173.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 66 | 0 | 0.14 | 0.68 | 0.19 | 48 | 0.59 | 0.53 |
| Hex | CE | B2 | 42 | 0 | E | 44 | 13 | 30 | 3B | 35 |
| Octal | 316 | 262 | 102 | 0 | 16 | 104 | 23 | 60 | 73 | 65 |
| Binary | 11001110 | 10110010 | 1000010 | 0 | 1110 | 1000100 | 10011 | 110000 | 111011 | 110101 |
Color Harmonies of #CEB242
Complementary color
Monochromatic Colors of #CEB242
Black with #CEB242
Text Example
Text Example
White with #CEB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB242; }
p { color: rgb(206,178,66); }
H1.HeaderClassName
{
color: #CEB242;
}
.AnyTagClassName
{
color: #CEB242;
}
</style>
background-color css
<style>
a { background-color: #CEB242; }
a { background-color: rgb(206,178,66); }
div.DivClassName
{
background-color: #CEB242;
}
.BgClassName
{
background-color: #CEB242;
}
</style>
border-color css
<style>
span { border-color: #CEB242; }
span { border-color: rgb(206,178,66); }
td.TdClassName
{
border-color: #CEB242;
}
.TagClassName
{
border-color: #CEB242;
}
</style>