Shades of Old Gold #CFB63C
Tints of Old Gold #CFB63C
RGB
CMYK
RGB Variations
Color information
#CFB63C (or 0xCFB63C) is known color: Old Gold. HEX triplet: CF, B6 and 3C. RGB value is (207,182,60). Sum of RGB (Red+Green+Blue) = 207+182+60=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB63C is #3049C3. Grayscale: #B0B0B0. Windows color (decimal): -3164612 or 3978959. OLE color: 3978959.
HSL color Cylindrical-coordinate representation of color #CFB63C: hue angle of 49.8º 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 #CFB63C is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 60 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.19 |
| HSL | 49.8º | 0.6% | 0.52% | - |
| HSV(B) | 49.8º | 0.71% | 0.81% | - |
| XYZ | 43.28 | 47.05 | 11.08 | - |
| YUV | 175.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 60 | 0 | 0.12 | 0.71 | 0.19 | 49.8 | 0.6 | 0.52 |
| Hex | CF | B6 | 3C | 0 | C | 47 | 13 | 32 | 3C | 34 |
| Octal | 317 | 266 | 74 | 0 | 14 | 107 | 23 | 62 | 74 | 64 |
| Binary | 11001111 | 10110110 | 111100 | 0 | 1100 | 1000111 | 10011 | 110010 | 111100 | 110100 |
Color Harmonies of #CFB63C
Complementary color
Monochromatic Colors of #CFB63C
Black with #CFB63C
Text Example
Text Example
White with #CFB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB63C; }
p { color: rgb(207,182,60); }
H1.HeaderClassName
{
color: #CFB63C;
}
.AnyTagClassName
{
color: #CFB63C;
}
</style>
background-color css
<style>
a { background-color: #CFB63C; }
a { background-color: rgb(207,182,60); }
div.DivClassName
{
background-color: #CFB63C;
}
.BgClassName
{
background-color: #CFB63C;
}
</style>
border-color css
<style>
span { border-color: #CFB63C; }
span { border-color: rgb(207,182,60); }
td.TdClassName
{
border-color: #CFB63C;
}
.TagClassName
{
border-color: #CFB63C;
}
</style>