Shades of Old Gold #CEB63C
Tints of Old Gold #CEB63C
RGB
CMYK
RGB Variations
Color information
#CEB63C (or 0xCEB63C) is known color: Old Gold. HEX triplet: CE, B6 and 3C. RGB value is (206,182,60). Sum of RGB (Red+Green+Blue) = 206+182+60=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB63C is #3149C3. Grayscale: #AFAFAF. Windows color (decimal): -3230148 or 3978958. OLE color: 3978958.
HSL color Cylindrical-coordinate representation of color #CEB63C: hue angle of 50.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEB63C is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 60 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.19 |
| HSL | 50.14º | 0.6% | 0.52% | - |
| HSV(B) | 50.14º | 0.71% | 0.81% | - |
| XYZ | 43 | 46.9 | 11.06 | - |
| YUV | 175.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 60 | 0 | 0.12 | 0.71 | 0.19 | 50.14 | 0.6 | 0.52 |
| Hex | CE | B6 | 3C | 0 | C | 47 | 13 | 32 | 3C | 34 |
| Octal | 316 | 266 | 74 | 0 | 14 | 107 | 23 | 62 | 74 | 64 |
| Binary | 11001110 | 10110110 | 111100 | 0 | 1100 | 1000111 | 10011 | 110010 | 111100 | 110100 |
Color Harmonies of #CEB63C
Complementary color
Monochromatic Colors of #CEB63C
Black with #CEB63C
Text Example
Text Example
White with #CEB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB63C; }
p { color: rgb(206,182,60); }
H1.HeaderClassName
{
color: #CEB63C;
}
.AnyTagClassName
{
color: #CEB63C;
}
</style>
background-color css
<style>
a { background-color: #CEB63C; }
a { background-color: rgb(206,182,60); }
div.DivClassName
{
background-color: #CEB63C;
}
.BgClassName
{
background-color: #CEB63C;
}
</style>
border-color css
<style>
span { border-color: #CEB63C; }
span { border-color: rgb(206,182,60); }
td.TdClassName
{
border-color: #CEB63C;
}
.TagClassName
{
border-color: #CEB63C;
}
</style>